class RESP::Server

Defined in:

resp-server/server.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String = "0.0.0.0", port : String | Int32 = 6379) #

[View source]

Instance Method Detail

def handle_client(socket, block) #

[View source]
def listen(&block : RESP::Connection -> ) #

[View source]