Non-relational data storage
On this page:
🌐 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
Registry administrative zone external traffic management subsystem 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
2.1. 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. |