We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1522a commit 90c7a41Copy full SHA for 90c7a41
bitmap_commands.go
@@ -16,6 +16,7 @@ type BitMapCmdable interface {
16
BitPos(ctx context.Context, key string, bit int64, pos ...int64) *IntCmd
17
BitPosSpan(ctx context.Context, key string, bit int8, start, end int64, span string) *IntCmd
18
BitField(ctx context.Context, key string, values ...interface{}) *IntSliceCmd
19
+ BitFieldRO(ctx context.Context, key string, values ...interface{}) *IntSliceCmd
20
}
21
22
func (c cmdable) GetBit(ctx context.Context, key string, offset int64) *IntCmd {
0 commit comments