class Redis

Public Instance Methods

[](key) click to toggle source
# File lib/redis/wrap.rb, line 2
def [](key)
  Wrap.new(key)
end