Versions in this module Expand all Collapse all v1 v1.0.1 Mar 12, 2025 v1.0.0 Mar 11, 2025 Changes in this version + type Cache struct + Client *redis.Client + func NewCache(url string) *Cache + func (c *Cache) CreateSession(session_id string, sessionInfo *types.SessionInfo) (bool, error) + func (c *Cache) GetSessionInfo(session_id string) (*types.SessionInfo, error) + func (c *Cache) RemoveSession(session_id string)