Versions in this module Expand all Collapse all v0 v0.0.1 Feb 19, 2026 v0.0.0 Feb 19, 2026 Changes in this version + type Server struct + func NewServer(namespace string, pool *redis.Pool, hostPort string) *Server + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (s *Server) Start() + func (s *Server) Stop()