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