Method: Redis#select

Defined in:
lib/redis.rb

#select(*args) ⇒ Object



264
265
266
# File 'lib/redis.rb', line 264

def select(*args)
  raise "SELECT not allowed, use the :db option when creating the object"
end