Add common convenience methods
Closed this issue · 2 comments
jcraigk commented
Similar to the https://github.com/redis/redis-rb gem, it would be very helpful to add common (or all) Redis keyword calls, so instead of redis.call('SET', 'foo', 'bar')
, we could call redis.set('foo', 'bar')
.
byroot commented
The whole point of this library is not to do that.
byroot commented