0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from badboy/patch-1 More... almost 10 years ago
Cluster is stable More... almost 10 years ago
Don't update slot -> node map for ASK redirection. More... almost 11 years ago
Use new CLUSTER SLOTS API to fetch Redis Cluster configuration. More... about 11 years ago
consistency-test: write more often to a subset of keys. More... over 11 years ago
keyslot() now implements hash tags. More... over 11 years ago
Trap EACCES errors as well on connect. More... over 11 years ago
Rate limit error messages in consistency-test.rb. More... over 11 years ago
example.rb now optionally takes hostname / port as arguments. More... over 11 years ago
consistency-test.rb now takes hostname / port as arguments. More... over 11 years ago
consistency-test.rb: use key prefix to allow multiple instances. More... over 11 years ago
Consistency test: count failed reads and writes. More... over 11 years ago
First version of a cluster consistency test added. More... over 11 years ago
Example modified to restart from where it left. More... over 11 years ago
Ability to specifiy a timeout. More... about 12 years ago
Wrap creation of Redis objects with a method. More... about 12 years ago
Connection handling and testing in get_random_connection fixed. More... over 12 years ago
Try a really random node. More... over 12 years ago
Trap Redis::CannotConnect raised by recent redis-rb versions. More... over 12 years ago
Refresh slot cache ASAP after a MOVED. More... over 12 years ago
Support most commands assuming key is always argv[1]. More... over 12 years ago
Use r.client.disconnect instead of r.quit to close connections. More... over 12 years ago
Ignore errors when closing connections. More... over 12 years ago
Remove useless begin-end block. Minor changes to the example. More... over 12 years ago
Skip importing/migrating slots while parsing CLUSTER NODES output. More... over 12 years ago
Use redis-rb quit method to close connections ASAP. More... over 12 years ago
Some minor refactoring, set node names with set_node_name!. More... over 12 years ago
Populate startup nodes with more nodes after we get the CLUSTER NODES reply. More... over 12 years ago
Copyright and licensed added to cluster.rb file. More... over 12 years ago
Fixed typo in README. More... over 12 years ago