0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 25, 2024 — Nov 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor `_scan` so that it doesn't need to check for its caller. More... about 12 years ago
DRY up reply transformation. More... about 12 years ago
Merge pull request #381 from joshuaflanagan/scan_return_vals More... about 12 years ago
`#hscan` returns an array of key/value pairs More... about 12 years ago
`#zscan` returns an array of key/score pairs More... about 12 years ago
Don't rely on `TestCase#skip` since it's not available on 1.8.7. More... about 12 years ago
Make sure `test/db` is always available. More... about 12 years ago
Avoid use of `require_relative` since we still support 1.8.7. More... about 12 years ago
Style. More... about 12 years ago
Fix requires to allow running a single test. More... about 12 years ago
Explicitly skip tests that don't match the Redis version. More... about 12 years ago
Cleanup. More... about 12 years ago
Merge pull request #378 from badboy/scan-command More... about 12 years ago
scan_each commands to wrap *SCAN cursor-based calls More... about 12 years ago
Use ruby<1.9 compatible hash syntax More... about 12 years ago
Only run SCAN tests on recent redis version More... about 12 years ago
Implement SCAN/HSCAN/SSCAN/ZSCAN More... about 12 years ago
Release. More... about 12 years ago
Added collision detection and test for adding two nodes with colliding CRCs (or the same node twice) More... over 12 years ago
Merge pull request #351 from crazymykl/patch-1 More... over 12 years ago
Merge pull request #352 from mutley/master More... over 12 years ago
fix typo in the readme More... over 12 years ago
Update README to accurately reflect the Travis settings More... over 12 years ago
make number of retries in ensure_connected configurable More... over 12 years ago
Fix typo More... over 12 years ago
Fix calling #select from a pipeline (#309) More... over 12 years ago
Don't hardcode drivers in Redis::Client More... over 12 years ago
Force tests to pick up the configured driver More... over 12 years ago
Add method Redis#connected? More... over 12 years ago
Increase ttl for SET EX/PX tests More... over 12 years ago