Versions in this module Expand all Collapse all v0 v0.0.1 Nov 7, 2024 Changes in this version + const DefaultTTL + type Server struct + func NewServer(config config.Config) (*Server, error) + func (s *Server) Get(args *storage.GetArgs, reply *storage.GetReply) error + func (s *Server) GetAddress() string + func (s *Server) Set(args *storage.SetArgs, reply *storage.SetReply) error + func (s *Server) Start(addr string) error + func (s *Server) Stats() ServerStats + func (s *Server) Stop() error + type ServerStats struct + ActiveConnections int64 + BytesTransferred int64