From: antirez Date: Thu, 27 Jan 2011 15:52:37 +0000 (+0100) Subject: propagate key eviction to slaves and AOF, like for expires, so that replicas and... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/452229b6fb0251f82d9caa5388db1160f10bc2d5?hp=452229b6fb0251f82d9caa5388db1160f10bc2d5 propagate key eviction to slaves and AOF, like for expires, so that replicas and AOFs are always consistent even in maxmemory mode. ---