Searched refs:storekey (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sort.c | 198 robj *sortval, *sortby = NULL, *storekey = NULL; in sortCommand() local 245 storekey = c->argv[j+1]; in sortCommand() 296 (storekey || c->flags & CLIENT_LUA)) in sortCommand() 494 server.sort_store = storekey ? 1 : 0; in sortCommand() 506 } else if (storekey == NULL) { in sortCommand() 566 setKey(c->db,storekey,sobj); in sortCommand() 567 notifyKeyspaceEvent(NOTIFY_LIST,"sortstore",storekey, in sortCommand() 570 } else if (dbDelete(c->db,storekey)) { in sortCommand() 571 signalModifiedKey(c->db,storekey); in sortCommand() 572 notifyKeyspaceEvent(NOTIFY_GENERIC,"del",storekey,c->db->id); in sortCommand()
|
| H A D | geo.c | 464 robj *storekey = NULL; in georadiusGeneric() local 530 storekey = c->argv[base_args+i+1]; in georadiusGeneric() 537 storekey = c->argv[base_args+i+1]; in georadiusGeneric() 548 if (storekey && (withdist || withhash || withcoords)) { in georadiusGeneric() 568 if (ga->used == 0 && storekey == NULL) { in georadiusGeneric() 586 if (storekey == NULL) { in georadiusGeneric() 660 setKey(c->db,storekey,zobj); in georadiusGeneric() 662 notifyKeyspaceEvent(NOTIFY_ZSET,"georadiusstore",storekey, in georadiusGeneric() 665 } else if (dbDelete(c->db,storekey)) { in georadiusGeneric() 666 signalModifiedKey(c->db,storekey); in georadiusGeneric() [all …]
|