From: antirez Date: Mon, 30 Jan 2012 09:27:50 +0000 (+0100) Subject: setKey(): call the higher level wrapper setModifiedKey() instead of touchWatchedKey... X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/89f6f6abcf882a1eed882a0d97b1e50c034c9530?hp=89f6f6abcf882a1eed882a0d97b1e50c034c9530 setKey(): call the higher level wrapper setModifiedKey() instead of touchWatchedKey() even if currently they are exactly the same. ---