(ctx context.Context, index int)
| 254 | Auth(ctx context.Context, password string) *StatusCmd |
| 255 | AuthACL(ctx context.Context, username, password string) *StatusCmd |
| 256 | Select(ctx context.Context, index int) *StatusCmd |
| 257 | SwapDB(ctx context.Context, index1, index2 int) *StatusCmd |
| 258 | ClientSetName(ctx context.Context, name string) *BoolCmd |
| 259 | ClientSetInfo(ctx context.Context, info LibraryInfo) *StatusCmd |
no outgoing calls
no test coverage detected