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.78k stars 5.37k forks source link

redis-cli hangs #569

Open Jovons opened 6 years ago

Jovons commented 6 years ago

image image

version: 3.2.100, ./redis-server.exe redis.windows.conf ./redis-cli fresh running, nothing changed.

I have tried the same server using java redis client, still hangs. But I noticed two funny things, maybe I was using it uncorrectly... image and image thought they seem to be ok: image