Skip to content

Commit 90c7a41

Browse files
Adding BitfieldRo in BitMapCmdable interface (redis#2962)
Co-authored-by: Monkey <[email protected]>
1 parent 9f1522a commit 90c7a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitmap_commands.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type BitMapCmdable interface {
1616
BitPos(ctx context.Context, key string, bit int64, pos ...int64) *IntCmd
1717
BitPosSpan(ctx context.Context, key string, bit int8, start, end int64, span string) *IntCmd
1818
BitField(ctx context.Context, key string, values ...interface{}) *IntSliceCmd
19+
BitFieldRO(ctx context.Context, key string, values ...interface{}) *IntSliceCmd
1920
}
2021

2122
func (c cmdable) GetBit(ctx context.Context, key string, offset int64) *IntCmd {

0 commit comments

Comments
 (0)