class

Redis::Server

Inherits Reference < Object

Constants

DEFAULT_HOST = "0.0.0.0"
DEFAULT_PORT = 6379
MAX_CONNECTIONS = 10000

Constructors

new(host : String = DEFAULT_HOST, port : Int32 = DEFAULT_PORT)
Source

Instance methods

start
Source
stop
Source