MCPcopy
hub / github.com/redis/go-redis / BitCount

Method BitCount

bitmap_commands.go:11–11  ·  view source on GitHub ↗
(ctx context.Context, key string, bitCount *BitCount)

Source from the content-addressed store, hash-verified

9 GetBit(ctx context.Context, key string, offset int64) *IntCmd
10 SetBit(ctx context.Context, key string, offset int64, value int) *IntCmd
11 BitCount(ctx context.Context, key string, bitCount *BitCount) *IntCmd
12 BitOpAnd(ctx context.Context, destKey string, keys ...string) *IntCmd
13 BitOpOr(ctx context.Context, destKey string, keys ...string) *IntCmd
14 BitOpXor(ctx context.Context, destKey string, keys ...string) *IntCmd

Callers 3

commands_test.goFile · 0.65
ExampleClient_bitcountFunction · 0.65

Calls

no outgoing calls

Tested by 1

ExampleClient_bitcountFunction · 0.52