microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.84k stars 5.38k forks source link

We are using Redis 3.0.504 and 2.8.12. When we install either of these versions in VMWare VM machine and run the command "redis-cli.exe keys *", it is rebooting the machine. We can execute our Java application that talks to Redis with no issues. We can run the same command from a remote VM. We do not see this issue when we use physical machine whether we access it locally or remotely. Is there any special configuration that we have to setup to make this work? Tried running redis-benchmark.exe and it rebooted the machine after sometime as well. Please advise if any additional information needs to be provided. Appreciate the help. #487

Open reddy-sabbella opened 8 years ago