0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove references to rspec and dtach in README. More... over 15 years ago
Add tests for HASH methods. More... over 15 years ago
Merge branch 'less_dependencies' More... over 15 years ago
don't set socket timeout for blocking commands (blpop and brpop); credit to mattmatt (Mathias Meyer) More... over 15 years ago
Add deprecation notice for aliases. More... over 15 years ago
Add pending tests for commands not yet implemented. More... over 15 years ago
Refactor tests and remove dependencies. More... over 15 years ago
Update README. More... over 15 years ago
lets mark this sucker as 1.0 as it is a pretty damned stable redis client currently. More... over 15 years ago
Merge branch 'master' of git://github.com/antirez/redis-rb More... over 15 years ago
fixed a typo in a comment More... over 15 years ago
Pub/Sub support added to redis-cli with example More... over 15 years ago
Filling out tests for HLEN, HKEYS, HVALS, hooking up processor for HGETALL More... over 15 years ago
Testing HDEL and adding boolean processor for HEXISTS More... over 15 years ago
special handling for mset and msetnx so they actualy work with hash or array args More... over 15 years ago
Now KEYS will behave the same with 1.2.x and 1.3.x More... over 15 years ago
support for binary keys More... over 15 years ago
multi bulk requests fixed More... over 15 years ago
HGET/HSET support with tests More... over 15 years ago
Small edis.rb doc update More... over 15 years ago
Reorganization of gem files and cleaning up. More... over 15 years ago
fixing up reverting multi bulk for keys * More... over 15 years ago
Revert "keys is now multi bulk reply. this changes compat with oler versions of redis so bumping gem version to 0.2.0, this redis-rb works with redi git head now but keys * may not work on older versions of redis server" More... over 15 years ago
Fix keys command to work with a multi bulk reply More... over 15 years ago
Yield the Redis object when using multi with a block. More... over 15 years ago
Merge branch 'master' into multi_block More... over 15 years ago
Implement the STORE clause of the SORT command. More... over 15 years ago
keys is now multi bulk reply. this changes compat with oler versions of redis so bumping gem version to 0.2.0, this redis-rb works with redi git head now but keys * may not work on older versions of redis server More... over 15 years ago
Made DistRedis#keys behave like Redis#keys More... over 15 years ago
Add support for MULTI/EXEC with a block. More... over 15 years ago