module Async::Redis::Protocol::RESP2

Public Class Methods

client(stream) click to toggle source
# File lib/async/redis/protocol/resp2.rb, line 43
def self.client(stream)
        Connection.new(stream)
end