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
Hello, my friend. Thank you for providing such an excellent extension library, but I've encountered some issues while using it. Can you help me?
I have some not-so-important data to store, but I don't want to add an additional RedisServer, so I used the library you developed. It works great most of the time, but I encountered a problem when I stopped the service and tried to export the data. For example, the code s.Dump() below doesn't have any data.
Based on the above requirements, I hope there is an import and export to file feature so that the data stored in the last session can be automatically restored when the service stops and resumes. It would be best if the exported files could be compressed to save hard drive space. Do you have any plans to add this feature?
The text was updated successfully, but these errors were encountered:
miniredis really isn't meant for anything real, it's really only for helping in tests. If you want Redis I recommend installing a real Redis, not this.
miniredis really isn't meant for anything real, it's really only for helping in tests. If you want Redis I recommend installing a real Redis, not this.
However, I must say it works very stably and has done an excellent job completing my tasks. For me, it has replaced a real RedisServer in my scenario.
Hello, my friend. Thank you for providing such an excellent extension library, but I've encountered some issues while using it. Can you help me?
I have some not-so-important data to store, but I don't want to add an additional RedisServer, so I used the library you developed. It works great most of the time, but I encountered a problem when I stopped the service and tried to export the data. For example, the code
s.Dump()
below doesn't have any data.Based on the above requirements, I hope there is an import and export to file feature so that the data stored in the last session can be automatically restored when the service stops and resumes. It would be best if the exported files could be compressed to save hard drive space. Do you have any plans to add this feature?
The text was updated successfully, but these errors were encountered: