# File lib/redis.rb, line 191
  def append(key, value)
    synchronize do
      @client.call [:append, key, value]
    end
  end