# File lib/redis/namespace.rb, line 165 def respond_to?(command) if self_respond_to?(command) true else @redis.respond_to?(command) end end