(ctx context.Context, key string)
| 13 | DecrBy(ctx context.Context, key string, decrement int64) *IntCmd |
| 14 | DelExArgs(ctx context.Context, key string, a DelExArgs) *IntCmd |
| 15 | Digest(ctx context.Context, key string) *DigestCmd |
| 16 | Get(ctx context.Context, key string) *StringCmd |
| 17 | GetRange(ctx context.Context, key string, start, end int64) *StringCmd |
| 18 | GetSet(ctx context.Context, key string, value interface{}) *StringCmd |
no outgoing calls