简体   繁体   中英

Persist Redis data in Oracle database instead of Disk

I am trying to evaluate Redis as a distributed cache for my application. I know that redis supports persistence and we can use RDB or AOF options for persisting data to disk. However is there a possibility to persist data in Oracle database instead of a Disk ?

I don't see any OOTB solution for this. Redissson client library seems to provide some API for loading and storing data. But I am not sure if there is something else which is available.

Shashidhar

So, I did some further analysis and it seems that there is OOTB support for persisting cache data in any of the database. We can use Redisson as Java client library and then implement MapWriter and MapLoader for wrtiting and reading data from the Database.

Thanks Shashidhar

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM