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