Skip to content

qzaidi/redamo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc

This is an experiment.

What if we speak the redis protocol, but use dynamo as a backing store.

So on write, we back it up in dynamo. On read, we fetch from dynamodb (or a cache). There is no ttl.

TODO

  1. Use a TTL cache to make GETs faster, if they haven't changed. This will mean we can't run multiple servers, so it would be a config choice.
  2. Fix keymapping logic (maybe via config file)
  3. Support INCR and INCRBY

About

Redamo 🚀 Redis interface for DynamoDB, an experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages