# File lib/redis.rb, line 911 def lpushx(key, value) synchronize do |client| client.call([:lpushx, key, value]) end end