movex icon indicating copy to clipboard operation
movex copied to clipboard

Add a Movex Redis-Store

Open GabrielCTroia opened this issue 1 year ago • 2 comments

What

Movex needs to be able to save the state data in Redis as well.

Why

Currently it only does so in memory using the libs/movex/src/lib/movex-store/MemoryMovexStore.ts but for production usages Redis is a far better solution.

Definition of Done

  • The MovexRedis implements the libs/movex/src/lib/movex-store/MovexStore.ts interface
  • Lives at libs/movex/src/lib/movex-store/ at least for now
  • CRUD operations tests

GabrielCTroia avatar Oct 06 '23 00:10 GabrielCTroia

Hey @GabrielCTroia, I can look into this and try it out. Can you please assign it to me?

riteshmukim avatar Oct 15 '23 07:10 riteshmukim

Hey @riteshmukim, thank you for taking this one too – this is a big one! I will assign myself to it too, and we can work on it together or be here to help if you need help with!

We do have this repo https://github.com/movesthatmatter/relational-redis-store that can be useful!

Let me know your thoughts!

GabrielCTroia avatar Oct 15 '23 18:10 GabrielCTroia

Closing this for now

GabrielCTroia avatar Oct 12 '24 18:10 GabrielCTroia