#5224·redisson

Does Redisson have WRITE_THROUGH and WRITE_BEHIND retry mechanism?

Author: nvinhphucCreated Aug 2, 2023Updated Sep 9, 2026
Labelsimprovement

It seems that at the moment Redisson don't support Retry mechanism for WRITE_THROUGH and WRITE_BEHIND mode??? If we don't have Retry then the cache and the database would be inconsistent with each other if the write to DB operation is failed.