# File lib/redis/store/namespace.rb, line 22 def get(key, options = nil) namespace(key) { |k| super(k, options) } end