ruby-redis
ruby-redis copied to clipboard
Review transactions
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, aren't caught automatically. Review the code and add touch calls where needed.