Non-relational data storage

🌐 This document is available in both English and Ukrainian. Use the language toggle in the top right corner to switch between versions.

1. General overview

External traffic management subsystem of the registry operational zone utilizes a distributed in-memory Redis database from Non-relational database management subsystem to store user session data (JWT tokens).

For a more detailed technical approach, you can refer to the link.

2. Data structures

2.1. sessions

Storage for user JWT tokens, with the key stored as a string in HEX format.

For more information, you can refer to the documentation of the lua-resty-session.