In order to achieve persistent and reliable data storing there is an intention to have Redis-based storage layer. Currently we using in memory repository objects, which in essence are simple key-value maps.
The task is:
- Implement Redis client
- Implement Redis based repositories
- Replace eixsting PollInMemoryRepo and UserInMemoryRepo with Redis-based
In order to achieve persistent and reliable data storing there is an intention to have Redis-based storage layer. Currently we using in memory repository objects, which in essence are simple key-value maps.
The task is: