-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
3.5.2
-
None
-
MOODLE_35_STABLE
-
MDL-63641-redis-select-master
-
If an administrator wishes to host multiple "things" (e.g. locks, MUC caches and session data) in a single Redis deployment it makes a lot of sense to isolate the data by database. This enables easier deployments, as purges of the keyspace can take place within a database, and more granular monitoring as per-database keyspace can be extracted from the deployment.
Moodle currently offers the ability to do this only through a key name prefix.
- has been marked as being related by
-
MDL-63642 Implement persistent connections in Redis cache and session store
- Development in progress