# File lib/redis/connection/synchrony.rb, line 100 def write(command) @connection.send(build_command(command)) end