(ctx context.Context, key string, a DelExArgs)
| 12 | Decr(ctx context.Context, key string) *IntCmd |
| 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 |
no outgoing calls