Method: Redis::Distributed#getdel

Defined in:
lib/redis/distributed.rb

#getdel(key) ⇒ Object

Get the value of a key and delete it.



324
325
326
# File 'lib/redis/distributed.rb', line 324

def getdel(key)
  node_for(key).getdel(key)
end