• A
    Take a pointer to the relevant entry of the command table in the client... · 09e2d9ee
    antirez 提交于
    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.
    09e2d9ee
networking.c 30.2 KB