(ctx context.Context, key string, value interface{}, expiration time.Duration)
| 30 | MSetNX(ctx context.Context, values ...interface{}) *BoolCmd |
| 31 | MSetEX(ctx context.Context, args MSetEXArgs, values ...interface{}) *IntCmd |
| 32 | Set(ctx context.Context, key string, value interface{}, expiration time.Duration) *StatusCmd |
| 33 | SetArgs(ctx context.Context, key string, value interface{}, a SetArgs) *StatusCmd |
| 34 | SetEx(ctx context.Context, key string, value interface{}, expiration time.Duration) *StatusCmd |
| 35 | SetFromBuffer(ctx context.Context, key string, buf []byte) *StatusCmd |
no outgoing calls