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.82k stars 5.38k forks source link

Redis Set Command Cost to more time for me, Can you help me to fix this problem? #632

Open xiangpeng93 opened 4 years ago

xiangpeng93 commented 4 years ago

description: i use redis to save temporary picture data, at most time, it can be normal work, but some times in less performance machine, it become exception, some times it save picture cost 5 s, picture size is 20M. redis work only in memory, not use rdb or aof. maxmemory-policy is allkeys-lru.

i think it is redis problem? i have try use wireshark to capture package, it is redis server response to slow.

Can i use some config to fix this problem?

enricogior commented 4 years ago

Hi @xiangpeng93 as mentioned in the official README this project is no longer being actively maintained. If you are looking for an up-to-date alternative, you may want to check out Memurai. We also provide commercial support. Thank you.