lib/redis/namespace.rb in redis-namespace-1.0 vs lib/redis/namespace.rb in redis-namespace-1.0.1
- old
+ new
@@ -179,10 +179,10 @@
COMMANDS[ALIASES[command.to_s]]
if handling.nil?
warn("redis-namespace does not know how to handle '#{command}' command.
Passing it to redis as is.")
- return
+ return @redis.send(command, *args, &block)
end
(before, after) = handling
# Add the namespace to any parameters that are keys.