# File lib/redis/store/namespace.rb, line 46 def watch(*keys) super(*keys.map { |key| interpolate(key) }) if keys.any? end