antirez
1971740f0c
CLIENT GETNAME and CLIENT SETNAME introduced.
...
Sometimes it is much simpler to debug complex Redis installations if it
is possible to assign clients a name that is displayed in the CLIENT
LIST output.
This is the case, for example, for "leaked" connections. The ability to
provide a name to the client makes it quite trivial to understand what
is the part of the code implementing the client not releasing the
resources appropriately.
Behavior:
CLIENT SETNAME: set a name for the client, or remove the current
name if an empty name is set.
CLIENT GETNAME: get the current name, or a nil.
CLIENT LIST: now displays the client name if any.
Thanks to Mark Gravell for pushing this idea forward.
2013-01-15 13:34:10 +01:00
..
2012-04-13 17:52:33 -07:00
2012-03-13 18:05:11 +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
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2013-01-03 14:29:20 +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
2013-01-15 13:34:10 +01:00
2012-11-08 18:31:32 +01:00
2012-11-22 10:12:11 +01:00
2012-11-22 10:12:11 +01:00
2012-11-08 18:31:32 +01:00
2012-11-14 11:30:24 +01:00
2012-12-14 17:10:40 +01:00
2012-12-11 17:01:00 +01:00
2012-11-08 18:31:32 +01:00
2012-04-09 12:20:47 +02:00
2012-11-29 14:20:08 +01:00
2012-11-12 23:04:36 +01:00
2012-12-14 17:10:40 +01:00
2012-11-28 11:44:39 +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
2010-07-01 14:38:51 +02:00
2012-11-29 14:20:08 +01:00
2013-01-11 23:50:32 +01:00
2012-11-29 10:24:35 +01:00
2012-11-29 14:20:08 +01:00
2012-11-22 10:32:07 +01:00
2013-01-15 13:34:10 +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
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2012-11-08 18:31:32 +01:00
2012-11-19 12:02:08 +01:00
2012-11-08 18:31:32 +01:00
2012-12-20 15:20:55 +01:00
2012-11-08 18:31:32 +01:00
2012-11-29 14:20:08 +01:00
2012-12-20 15:20:55 +01:00
2012-03-31 11:28:37 +02:00
2013-01-10 11:19:40 +01:00
2013-01-15 13:34:10 +01:00
2012-11-29 14:20:08 +01:00
2013-01-15 13:33:24 +01:00
2012-11-29 14:20:08 +01:00
2012-11-08 18:31:32 +01:00
2013-01-10 10:46:05 +01:00
2012-11-08 18:31:32 +01:00
2012-03-30 21:19:51 +02:00
2012-11-08 18:31:32 +01:00
2011-03-09 15:44:21 +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
2012-11-08 18:31:32 +01:00
2012-05-02 22:41:50 +02:00
2012-11-08 18:31:32 +01:00
2012-12-02 20:43:15 +01:00
2012-11-30 16:36:42 +01:00
2012-11-08 18:31:32 +01:00
2012-11-22 15:28:28 +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
2012-11-08 18:31:32 +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
2012-11-21 13:17:38 +01:00
2012-11-19 11:47:35 +01:00