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