form many blog, i learn that the redis command keys *
may block the redis server, and other command can not be execute on time .
however, today i run the keys *
on my db which has about 8million data.
and then i use my other client to exec other command like get
or set
, this all work well, and give response on time.
so, i'm confused that why my command keys
not block.
the picture is https://i.stack.imgur.com/8flt4.png