Documentation ¶
Index ¶
- Constants
- func Key(args ...string) string
- type Config
- type Counter
- func (c *Counter) Decr(ctx context.Context, key, path string, delta int64) (int64, error)
- func (c *Counter) Delete(ctx context.Context, key string) error
- func (c *Counter) Incr(ctx context.Context, key, path string, delta int64) (int64, error)
- func (c *Counter) Read(ctx context.Context, key, path string) (int64, error)
- func (c *Counter) Reset(ctx context.Context, key, path string) error
Constants ¶
View Source
const Nil = redis.Nil
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.