I deploy a redis cluster with 3 nodes.

I want to delete about 100000 keys, so I wrote a shell script and run it. After execution, I used 'keys' command to check result. But it returned keys that I want to remove, I tried to use 'get' command to read their value but returned nil.

It seems to be removed successfully, but why I can query them by 'keys' command.

Comment From: madolson

Can you post code that consistently reproduce this issue? The behavior you're talking about is unexpected.