Redis RedisJSON Debian 11 Installing RedisJSON on a VPS RedisJSON is an all-rounder Redis module that can be used widely. I will show you how to install and use the RedisJSON module with the help of Debian 11 in this article.
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.