2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
allow cloning connections without copying the socket (so i can make record_cache thread safe) More... about 15 years ago
don't auto-initialize value when you incr or decr on a missing key More... about 15 years ago
return nil if nothing is deleted rather than false (this is consistent with the old client and with Array/Hash) More... about 15 years ago
store all values as strings in Memcache::LocalServer More... about 15 years ago
changed default WRITE_LOCK_WAIT to 1 second for better cpu usage More... about 15 years ago
correct server hash function to be consistent with old library More... over 15 years ago
primary value is nil if any segment is not found More... over 15 years ago
fix flags error when no flags are passed using segmented server More... over 15 years ago
don't call close if the server doesn't respond to it More... over 15 years ago
improved error logging More... over 15 years ago
README tweak More... over 15 years ago
improved error handling More... over 15 years ago
add stats test More... over 15 years ago
add some missing methods to local_server. add summary stats interface More... over 15 years ago
update README More... over 15 years ago
add shortcut for local servers More... over 15 years ago
add stubs for cas and flags in LocalServer More... over 15 years ago
update README More... over 15 years ago
Regenerated gemspec for version 0.9.1 More... over 15 years ago
Version bump to 0.9.1 More... over 15 years ago
fix bad merge and rake test More... over 15 years ago
switch to jeweler More... over 15 years ago
Version bump to 0.0.0 More... over 15 years ago
Merge branch 'refactor' More... over 15 years ago
updated README and fixed tests More... over 15 years ago
unify get and get_multi interface. add tests for get_some and get with expiry reset More... over 15 years ago
more tests. remove support for expiry in delete (no longer supported by memcached) More... over 15 years ago
rename db_server to pg_server because it depends on PGConn-specific functionality. finish pg_server functionality More... over 15 years ago
improve db_server. add append, etc to main Memcache class. add get_or_add More... over 15 years ago
add partitioned server with tests. add support for flags and cas_unique through string accessors More... over 15 years ago