(ctx context.Context)
| 184 | ClientGetName(ctx context.Context) *StringCmd |
| 185 | Echo(ctx context.Context, message interface{}) *StringCmd |
| 186 | Ping(ctx context.Context) *StatusCmd |
| 187 | Quit(ctx context.Context) *StatusCmd |
| 188 | Unlink(ctx context.Context, keys ...string) *IntCmd |
| 189 |
no outgoing calls