Method: Redis::Distributed#getdel

Defined in:
lib/redis/distributed.rb

#getdel(key) ⇒ Object

Get the value of a key and delete it.



334
335
336
# File 'lib/redis/distributed.rb', line 334

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