edodo1337/captcha-bot

Implement Redis client

Opened this issue · 0 comments

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:

  1. Implement Redis client
  2. Implement Redis based repositories
  3. Replace eixsting PollInMemoryRepo and UserInMemoryRepo with Redis-based