-
Improvement
-
Resolution: Fixed
-
Minor
-
3.8
-
MOODLE_38_STABLE
-
MOODLE_38_STABLE
-
MDL-66428_master -
Zstandard is a relatively new compression algorithm that has been open sourced by Facebook.
See this article.
Zstd promises both better compression and faster compression than the gzip.
Php extension is available here https://github.com/kjdev/php-ext-zstd
Task here is to extend the Redis Cache plugin to make it capable of detecting that Zstd is available and offering that as a compression choice when configuring MUC.
- has been marked as being related by
-
MDL-69989 Add options to MUC file store for serialization and compression
- Open
-
MDL-63128 Redis Cache & Session: implement cluster support
- Closed
-
MDL-69121 Allow redis session store to use zip or zStd for compression like redis MUC
- Closed
- is blocked by
-
MDL-63127 Redis Cache: implement compression
- Closed
- Testing discovered
-
MDL-66896 Discard cachestore information on configuration changes
- Open