Client side caching: filter clients no longer there.
This commit is contained in:
parent
c7aaf8db4d
commit
dad0e916ff
@ -133,6 +133,7 @@ void trackingInvalidateKey(robj *keyobj) {
|
|||||||
uint64_t id;
|
uint64_t id;
|
||||||
memcpy(&id,ri.key,ri.key_len);
|
memcpy(&id,ri.key,ri.key_len);
|
||||||
client *c = lookupClientByID(id);
|
client *c = lookupClientByID(id);
|
||||||
|
if (c == NULL) continue;
|
||||||
int using_redirection = 0;
|
int using_redirection = 0;
|
||||||
if (c->client_tracking_redirection) {
|
if (c->client_tracking_redirection) {
|
||||||
client *redir = lookupClientByID(c->client_tracking_redirection);
|
client *redir = lookupClientByID(c->client_tracking_redirection);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user