# File lib/redis/client.rb, line 53
    def call_without_reply(command)
      process([command])
      nil
    end