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