• antirez's avatar
    Take a pointer to the relevant entry of the command table in the client... · 59aecb3a
    antirez authored
    Take a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command.
    59aecb3a
redis.c 61.2 KB