Closed GoogleCodeExporter closed 8 years ago
Yes you are absolutely correct, I should update the docs ASAP ;)
Original comment by anti...@gmail.com
on 5 Jul 2009 at 6:58
I see this is not corrected in the docs
(http://code.google.com/p/redis/wiki/DelCommand), and also it seems that JRedis
does
not support multi-key delete operations. It would be extra nice if you could
pass a
glob pattern to DEL as well, e.g. DEL keyprefix*
Original comment by hypefi...@gmail.com
on 30 Sep 2009 at 6:26
sorry but globs are O(N), so the only exception made is for KEYS that is a "last
resort" command to migrate large datasets or for interactive hacking and
debugging.
Original comment by anti...@gmail.com
on 22 Oct 2009 at 11:42
Original issue reported on code.google.com by
eprparad...@gmail.com
on 5 Jul 2009 at 6:53