(ctx context.Context)
| 182 | CommandGetKeys(ctx context.Context, commands ...interface{}) *StringSliceCmd |
| 183 | CommandGetKeysAndFlags(ctx context.Context, commands ...interface{}) *KeyFlagsCmd |
| 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 |
no outgoing calls