简体   繁体   中英

Does 'AWS Elasticache for Redis' supports 'RedisGear'?

Does 'AWS Elasticache for Redis' supports 'RedisGear'?

If i am using an EC2 Instance, Then I have the freedom to install Redis and Run Redis Gear as well. I wonder whether its possible to do so with AWS Elasticache for Redis as its a Managed Service. I am not sure whether it supports / allows to use Redis Gear.

I am looking to use Redis Gear to Write Behind (to keep the cache and database consistent) and Read Though (to read the data from database upon Cache Miss). This is mainly to avoid another dedicated executable to do this data sync process.

References

https://oss.redislabs.com/redisgears/

https://github.com/RedisGears/RedisGears

https://github.com/redis/redis

RedisGears is NOT supported on managed services according to official deployment feature page of redislab. https://redis.com/deployment/deployments-features/ . It is only supported in self host software version.

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