Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add LockMemcached #32

Closed
wants to merge 1 commit into from
Closed

Conversation

leeym
Copy link
Collaborator

@leeym leeym commented Feb 21, 2024

Hi, @mennanov,

Thank you very much for this interesting library! I really like the clean interface, though in our use case we prefer memcached over redis.

I understand that in extreme situation memcached will evict the oldest entry while redis can be configured to throw errors, but still it is a good trade-off so I plan to add supports for memcached.

I'll start with LockMemcached.

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bc191d0) 83.00% compared to head (6f32228) 83.19%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
+ Coverage   83.00%   83.19%   +0.18%     
==========================================
  Files          10       10              
  Lines        1183     1196      +13     
==========================================
+ Hits          982      995      +13     
  Misses        137      137              
  Partials       64       64              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@leeym leeym force-pushed the add-LockMemcached branch 2 times, most recently from 2c12ad6 to 275e6bf Compare February 21, 2024 04:19
@leeym leeym marked this pull request as ready for review February 21, 2024 04:28
@leeym leeym force-pushed the add-LockMemcached branch 3 times, most recently from 3e404fd to 1231ac0 Compare February 22, 2024 18:54
@leeym
Copy link
Collaborator Author

leeym commented Feb 23, 2024

Obsoleted by #33

@leeym leeym closed this Feb 23, 2024
@leeym leeym mentioned this pull request Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant