|
Post by fnllc on Jun 10, 2017 0:25:44 GMT
I'm evaluating Rhoconnect. I have a few questions:
- what happens when Redis storage needs exceed availability? Does Rhoconnect purge "old" data to free space? Does it crash?
- my app requirements require sync, but sync is only done at maximum once a day. It's a large dataset, but it is not updated often. Is it possible to free space on Redis for users that have not connected after a certain amount of time?
|
|
|
Post by Alex Epifanov on Jun 19, 2017 9:14:35 GMT
If you need oneway sync from backend to device, you can use 'bulk_sync' feature which will download a DB archive to device. The device data will be replaced then. As for redis, it should not crash and I believe that memory usage is customizable.
|
|