0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "Reset any configured timeout before issuing blocking commands (for now blpop and brpop). Original timeout is restored after command has finished." More... almost 16 years ago
Reset any configured timeout before issuing blocking commands (for now blpop and brpop). Original timeout is restored after command has finished. More... almost 16 years ago
fixing all the spec breakage because rpoplpush changed More... almost 16 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb More... almost 16 years ago
preinit @sock to nil so it doesn't throw a warning More... almost 16 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb More... almost 16 years ago
@socket.close can return ECONNRESET on *BSD More... almost 16 years ago
fix an edge case where the array wraps around in binary_search in hash_ring More... almost 16 years ago
Use aliases for spec purposes More... almost 16 years ago
Made latest specs better citizens More... almost 16 years ago
Added specs for ZSCORE More... almost 16 years ago
Added support for ZINCRBY command More... almost 16 years ago
bump version number More... almost 16 years ago
Rspec is a development dependency, not runtime. More... almost 16 years ago
port of memcache rescue when setting timeouts at the socket level. Ugly, but the other way is to check for platform OS.
alejandrocrosa
as Alejandro Crosa
More... about 16 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb More... about 16 years ago
lpoppush => rpoplpush More... about 16 years ago
LPOPPUSH -> RPOPLPUSH More... about 16 years ago
Allow to install a specific commit from the Redis repo. More... about 16 years ago
adding support for LPOPPUSH \m/ More... about 16 years ago
adding support + specs for zset and friends More... about 16 years ago
Specs for SRANDMEMBER command More... about 16 years ago
Spec for SPOP command More... about 16 years ago
Implemented multibulk protocol and MSET/MSETNX commands More... about 16 years ago
Don't let shutdown command is being print on the STDOUT More... about 16 years ago
Added redis:console Rake task More... about 16 years ago
Merge branch 'master' of [email protected]:ezmobius/redis-rb More... about 16 years ago
don't conect to redis until we try to make a call to it More... about 16 years ago
Fix timeout when pipelining zero commands More... about 16 years ago
Sometimes Redis throws a Errno::ECONNABORTED. call_command now reconnects when this happens. More... about 16 years ago