0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Should honor Encoding.default_external. More... over 15 years ago
Add Errno::EBADF to the list of possible connection errors. More... over 15 years ago
Added timeout when trying to open the connection. More... over 15 years ago
Prevent hang if multiple threads attempt to use an unconnected client More... over 15 years ago
Add ZCOUNT. More... over 15 years ago
Point release for HMGET and CONFIG. More... over 15 years ago
Add pending test for BGREWRITEAOF. More... over 15 years ago
Add CONFIG. More... over 15 years ago
Add HMGET. More... over 15 years ago
Add tests for missing commands. More... over 15 years ago
Fix build under 1.8.6. More... over 15 years ago
Better tests for AUTH. More... over 15 years ago
Release bug fixes. More... over 15 years ago
Point users to #redis-rb on Freenode to avoid noise in #redis. More... over 15 years ago
Merge branch 'master' of github.com:ezmobius/redis-rb More... over 15 years ago
Fix build for 1.9.2. More... over 15 years ago
Fix blocking commands when the connection is lost. More... over 15 years ago
Merge branch 'master' of github.com:ezmobius/redis-rb More... over 15 years ago
Ensure the client disconnects after a QUIT. More... over 15 years ago
Make log regex more flexible for slower tests. More... over 15 years ago
Remove stale pid file when Redis is not actually running. More... over 15 years ago
Fix requires for Ruby 1.9.2. More... over 15 years ago
Put pointer to redis install in test_helper error message, to help new devs that only skim the readme More... over 15 years ago
Add test to prove that LRANGE on a non-existent key returns an Array. More... over 15 years ago
Provide a more meaningful inspect. More... over 15 years ago
Add gemspec for Bundler lovers. More... over 15 years ago
enable BLPOP and BRPOP to block against multiple list keys (per Redis protocol design) rather than only being able to block against a single list key More... over 15 years ago
Bump version. More... over 15 years ago
Make keys command split the string returned by Redis < 1.3.x. More... over 15 years ago
Add WATCH/UNWATCH. More... over 15 years ago