ruby-redis
ruby-redis copied to clipboard
Ruby implementation of Redis server and client protocol in EventMachine with Synchrony support.
Perhaps INFO "redis_version" should be the redis version this lib is inline with, for applications that use this to verify the running version meets requirements. Current: -> % redis-cli redis...
Time complexity in zset.rb can be made to match the C version. All other data types should already match.
There aren't tests to ensure every command triggers watched keys in a transaction. Anything that sets a database key is covered. Deeper changes, like adding a member to a hash,...