lib/async/redis/methods/lists.rb in async-redis-0.3.1 vs lib/async/redis/methods/lists.rb in async-redis-0.3.2
- old
+ new
@@ -71,10 +71,10 @@
def lpushx(key, value)
return call('LPUSHX', key, value)
end
def lrange(key, start, stop)
- return call('LRANGE', key. start, stop)
+ return call('LRANGE', key, start, stop)
end
def lrem(key, count, value)
return call('LREM', key, count)
end