package
0.0.0-20240524080422-653510c75048
Repository: https://github.com/axope/joj.git
Documentation: pkg.go.dev

# Functions

func Set(key string, value interface{}) error { return rdb.Set(ctx, key, value, 0).Err() }.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
func ZAdd(key string, score float64, uid uint) error { return rdb.ZAdd(ctx, key, redis.Z{ Score: score, Member: uid, }).Err() } func ZRem(key string, uid uint) error { return rdb.ZRem(ctx, key, uid).Err() }.

# Constants

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author