Redis is an advanced key-value store that is housed in memory. Some of the benefits of Redis include its speed as well as its atomic operations. This makes it a good candidate to hold game session data.
This issue includes:
[x] Standup a redis database
[x] Create a sample game session to store in redis
[x] Write the code to connect the game service to the redis database
[x] The game service should request a game state via the game's ID
[x] Redis should respond with the appropriate game session
Redis is an advanced key-value store that is housed in memory. Some of the benefits of Redis include its speed as well as its atomic operations. This makes it a good candidate to hold game session data.
This issue includes: