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