antirez
7b190a08cf
API to lookup commands with their original name.
...
A new server.orig_commands table was added to the server structure, this
contains a copy of the commant table unaffected by rename-command
statements in redis.conf.
A new API lookupCommandOrOriginal() was added that checks both tables,
new first, old later, so that rewriteClientCommandVector() and friends
can lookup commands with their new or original name in order to fix the
client->cmd pointer when the argument vector is renamed.
This fixes the segfault of issue #986 , but does not fix a wider range of
problems resulting from renaming commands that actually operate on data
and are registered into the AOF file or propagated to slaves... That is
command renaming should be handled with care.
2013-03-06 16:28:26 +01:00
..
2012-04-13 17:52:33 -07:00
2013-01-19 10:59:44 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2013-01-19 10:59:44 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2013-01-19 10:59:44 +01:00
2012-11-08 18:31:32 +01:00
2013-02-08 17:06:01 +01:00
2013-02-08 16:30:26 +01:00
2013-02-27 12:27:15 +01:00
2012-11-08 18:31:32 +01:00
2013-01-19 10:59:44 +01:00
2012-11-22 10:12:11 +01:00
2013-01-28 13:15:12 +01:00
2013-03-06 12:38:06 +01:00
2013-03-06 12:40:48 +01:00
2013-02-27 11:50:35 +01:00
2013-01-19 10:59:44 +01:00
2012-04-09 12:20:47 +02:00
2012-11-29 14:20:08 +01:00
2013-02-25 12:37:50 +01:00
2013-02-27 12:27:15 +01:00
2013-01-19 10:59:44 +01:00
2012-10-22 02:55:23 -07:00
2012-02-14 16:11:46 +01:00
2012-12-11 17:01:00 +01:00
2012-12-12 10:49:12 -05:00
2012-10-30 18:57:20 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2010-07-01 14:38:51 +02:00
2010-07-01 14:38:51 +02:00
2010-07-01 14:38:51 +02:00
2013-01-19 10:59:44 +01:00
2013-02-26 11:52:12 +01:00
2013-02-26 11:52:12 +01:00
2013-01-21 12:34:22 +01:00
2013-02-24 18:17:46 +01:00
2013-02-12 12:52:21 +01:00
2013-03-06 16:28:26 +01:00
2013-01-28 13:15:16 +01:00
2013-01-28 13:15:08 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2013-01-21 19:02:26 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2013-02-27 12:29:20 +01:00
2013-01-19 10:59:44 +01:00
2012-12-20 15:20:55 +01:00
2012-11-08 18:31:32 +01:00
2013-01-19 10:59:44 +01:00
2013-03-06 12:38:32 +01:00
2013-02-28 13:12:56 +01:00
2013-03-06 16:28:26 +01:00
2013-03-06 16:28:26 +01:00
2013-01-19 10:59:44 +01:00
2013-03-05 12:39:41 +01:00
2012-11-29 14:20:08 +01:00
2012-11-08 18:31:32 +01:00
2013-01-19 10:59:44 +01:00
2013-03-06 12:38:06 +01:00
2013-03-06 12:38:06 +01:00
2013-01-31 17:19:21 +01:00
2013-02-27 11:50:35 +01:00
2013-01-19 10:59:44 +01:00
2010-07-01 14:38:51 +02:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2013-01-28 13:15:12 +01:00
2012-05-02 22:41:50 +02:00
2013-02-15 13:12:55 +01:00
2013-01-28 13:15:12 +01:00
2013-02-05 15:56:04 +08:00
2013-01-28 13:15:12 +01:00
2013-01-29 13:50:01 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2011-07-06 15:22:00 +02:00
2012-04-10 16:34:33 +02:00
2013-01-28 11:07:17 +01:00
2012-11-08 18:31:32 +01:00
2012-04-07 14:40:29 +02:00
2011-02-28 09:56:48 +01:00
2013-01-19 10:59:44 +01:00
2012-11-19 11:47:35 +01:00