# File lib/redis/distributed.rb, line 296 def getset(key, value) node_for(key).getset(key, value) end