avenmia / Bored

MIT License
1 stars 0 forks source link

Connect game service to redis database #13

Closed avenmia closed 3 years ago

avenmia commented 3 years ago

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:

avenmia commented 3 years ago

Related to #3