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 description
The external traffic management subsystem of the Registry administrative zone uses a distributed in-memory database Redis with Non-relational database management subsystems for storing user session data (JWT-tokens).
You can read more about the technical approach by link. |
2. Data structure
sessions_admin_tools
Storage of custom JWT tokens, the key is stored as a string in HEX format.
More details can be found in the documentation of the library lua-resty-session. |