class Agave::Server
- Agave::Server
- Reference
- Object
Defined in:
server.crConstant Summary
-
Log =
::Log.for(self)
-
VERSION =
"0.1.0"
Constructors
- .new(host : String, port : Int32, data : Data, expirations : Expirations, snapshot_file : String = "backup.dump")
- .new(host : String = "localhost", port : Int32 = 6379, snapshot_file = "backup.dump")
Instance Method Summary
- #close(connection : ClientConnection)
- #close
- #expire_loop
- #finalize
- #handle(command full_command : Array(Value), connection : ClientConnection)
- #snapshot_loop
- #start
Constructor Detail
def self.new(host : String, port : Int32, data : Data, expirations : Expirations, snapshot_file : String = "backup.dump")
#