Documentation
¶
Index ¶
- func Init()
- type Chain
- func (c *Chain) Del(key ...string)
- func (c *Chain) GetBool(key string) bool
- func (c *Chain) GetBytes(key string) []byte
- func (c *Chain) GetFloat32(key string) float32
- func (c *Chain) GetFloat64(key string) float64
- func (c *Chain) GetInt(key string) int
- func (c *Chain) GetInt64(key string) int64
- func (c *Chain) GetPTTL(key string) time.Duration
- func (c *Chain) GetRDB() *goRedis.Client
- func (c *Chain) GetString(key string) string
- func (c *Chain) GetTTL(key string) time.Duration
- func (c *Chain) GetUint64(key string) uint64
- func (c *Chain) Keys(pattern string) ([]string, error)
- func (c *Chain) Scan(cursor uint64, match string, count int64) *goRedis.ScanCmd
- func (c *Chain) Set(key string, value any, expiration time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Chain ¶
type Chain struct {
// contains filtered or unexported fields
}
func (*Chain) GetFloat32 ¶
func (*Chain) GetFloat64 ¶
Click to show internal directories.
Click to hide internal directories.