parent
3ca451c46f
commit
627c610f49
2
src/db.c
2
src/db.c
@ -2112,7 +2112,7 @@ void getKeysFreeResult(getKeysResult *result) {
|
|||||||
* 'firstKeyOfs': firstkey index.
|
* 'firstKeyOfs': firstkey index.
|
||||||
* 'keyStep': the interval of each key, usually this value is 1.
|
* 'keyStep': the interval of each key, usually this value is 1.
|
||||||
*
|
*
|
||||||
* The commands using this functoin have a fully defined keyspec, so returning flags isn't needed. */
|
* The commands using this function have a fully defined keyspec, so returning flags isn't needed. */
|
||||||
int genericGetKeys(int storeKeyOfs, int keyCountOfs, int firstKeyOfs, int keyStep,
|
int genericGetKeys(int storeKeyOfs, int keyCountOfs, int firstKeyOfs, int keyStep,
|
||||||
robj **argv, int argc, getKeysResult *result) {
|
robj **argv, int argc, getKeysResult *result) {
|
||||||
int i, num;
|
int i, num;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user