github.com/go-redis/redis/v8.cmdable.bitOp (method)
5 uses
github.com/go-redis/redis/v8 (current package)
commands.go#L863: func (c cmdable) bitOp(ctx context.Context, op, destKey string, keys ...string) *IntCmd {
commands.go#L877: return c.bitOp(ctx, "and", destKey, keys...)
commands.go#L881: return c.bitOp(ctx, "or", destKey, keys...)
commands.go#L885: return c.bitOp(ctx, "xor", destKey, keys...)
commands.go#L889: return c.bitOp(ctx, "not", destKey, key)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |