You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: