RedisGears write-behind using DynamoDB

145 views Asked by At

Is DynamoDB a compatible option with RedisGears? In terms of a write-behind strategy, DynamoDB would be the backing DB.

1

There are 1 answers

1
Yaron On

You can write to Dynamo DB from a RedisGears recipe as write behind cache pattern. Any target that has a python or java API would work.

Redis (the company) offers Redis Data Integration Write Behind, a product that allows you to create write behind pipelines without coding. We do not yet support Dynamo DB but should be easy to add if customers wants it