Tecadmin published a tutorial about installing Redis on Debian 11.
How to Install Redis on Debian 11 Linux
Redis is an open-source in-memory database for storing data structure, caching, and as a message broker. It supports data structures such as strings, lists, sets, hashes, sorted sets with range queries, bitmaps, HyperLogLogs, and geospatial indexes with radius queries. Redis has a built-in replication feature, which makes it work as high available clusters.