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