Closed GoogleCodeExporter closed 9 years ago
Probably a documentation error. The change was intentional:
http://github.com/antirez/redis/commit/4e27f26863a237f0ddba4ee328d72f2d7e2408cc
It has to do with the fact that since Redis will delete keys for empty values
(lists, sets and sorted sets), calling commands on non-existent keys must have
the same result as calling the same command on an 'empty' value.
Original comment by damian.j...@gmail.com
on 4 Jul 2010 at 1:25
Yep the new behavior is the right one.
Thanks for reporting,
Salvatore
Original comment by anti...@gmail.com
on 31 Aug 2010 at 10:58
Original issue reported on code.google.com by
will.con...@gmail.com
on 3 Jul 2010 at 11:07