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