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