class Redis::Distributed

def getdel(key)

Get the value of a key and delete it.
def getdel(key)
  node_for(key).getdel(key)
end