Redis Architecture JSON in Turn-Based Multiplayer Game with Redis Redis stores data as key-value pair. One approach is to convert JSON to string and save it in the key. While getting and working, I had to parse the string back to JSON.
Redis Architecture Improving the Latency in a Redis-backed Leaderboard Service This is an overview of a techniques to reduce latency between a Redis server and the App server in a distributed system using OpenResty and Lua.