-
Notifications
You must be signed in to change notification settings - Fork 0
Redis
ella-springtail edited this page Dec 16, 2025
·
17 revisions
Springtail has two main purposes for Redis. First is to store configuration in it and second, as an IPC mechanism for sharing the states between server processes and queuing DDL updates that need to be processed. All storage keys in Redis are prefixed with the database instance id that the data structure belongs to.
The configuration database has the following data structures:
- <instance id>:instance_state
- :db_config
- :fdw
- :instance_config
- :fdw_ids
- :fdw_dbs
- :admin_console
- :coordinator_state