(ctx context.Context, keys ...string)
| 26 | IncrEXFloat(ctx context.Context, key string, args IncrEXFloatArgs) *IncrEXFloatCmd |
| 27 | LCS(ctx context.Context, q *LCSQuery) *LCSCmd |
| 28 | MGet(ctx context.Context, keys ...string) *SliceCmd |
| 29 | MSet(ctx context.Context, values ...interface{}) *StatusCmd |
| 30 | MSetNX(ctx context.Context, values ...interface{}) *BoolCmd |
| 31 | MSetEX(ctx context.Context, args MSetEXArgs, values ...interface{}) *IntCmd |
no outgoing calls