yeahoffline / redis-mock

Node.js redis client mock
212 stars 110 forks source link

Fix RedisClient.del so that it properly handles multiple keys. #177

Closed cfredhart closed 3 years ago

cfredhart commented 3 years ago

Add unit test provided in issues/135 to demonstrate that a del command with multiple keys no longer hangs the test.