Searched refs:old_j (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sentinel.c | 3414 int old_j = j; /* Used to know what to log as an event. */ in sentinelSetCommand() local 3529 int numargs = j-old_j+1; in sentinelSetCommand() 3532 sentinelEvent(LL_WARNING,"+set",ri,"%@ %s %s",c->argv[old_j]->ptr, in sentinelSetCommand() 3533 c->argv[old_j+1]->ptr); in sentinelSetCommand() 3536 sentinelEvent(LL_WARNING,"+set",ri,"%@ %s %s %s",c->argv[old_j]->ptr, in sentinelSetCommand() 3537 c->argv[old_j+1]->ptr, in sentinelSetCommand() 3538 c->argv[old_j+2]->ptr); in sentinelSetCommand() 3541 sentinelEvent(LL_WARNING,"+set",ri,"%@ %s",c->argv[old_j]->ptr); in sentinelSetCommand()
|