File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ type Cmdable interface {
7474 ZScan (key string , cursor uint64 , match string , count int64 ) Scanner
7575 Append (key , value string ) * IntCmd
7676 BitCount (key string , bitCount * BitCount ) * IntCmd
77- bitOp (op , destKey string , keys ... string ) * IntCmd
7877 BitOpAnd (destKey string , keys ... string ) * IntCmd
7978 BitOpOr (destKey string , keys ... string ) * IntCmd
8079 BitOpXor (destKey string , keys ... string ) * IntCmd
@@ -153,7 +152,6 @@ type Cmdable interface {
153152 ZAddCh (key string , members ... Z ) * IntCmd
154153 ZAddNXCh (key string , members ... Z ) * IntCmd
155154 ZAddXXCh (key string , members ... Z ) * IntCmd
156- zIncr (a []interface {}, n int , members ... Z ) * FloatCmd
157155 ZIncr (key string , member Z ) * FloatCmd
158156 ZIncrNX (key string , member Z ) * FloatCmd
159157 ZIncrXX (key string , member Z ) * FloatCmd
You can’t perform that action at this time.
0 commit comments