Method: Redis::Distributed#get

Defined in:
lib/redis/distributed.rb

#get(key) ⇒ Object

Get the value of a key.



329
330
331
# File 'lib/redis/distributed.rb', line 329

def get(key)
  node_for(key).get(key)
end