relay
relay copied to clipboard
The next-generation caching layer for PHP powered by Redis.
## Description ## Expected Behavior ## Actual Behavior ## Possible Fix ## Steps to Reproduce 1. 2. 3. 4. ## Additional context ## Relay diagnostics ``` ... ``` ## Environment...
All changed dockerfiles successfully build.
Relay needs: - `hiredis >= 1.1.0` - `openssl >= 1.1.0` - `ck >= 0.7.0` Let's start referring to `relay.so` in: - [ ] relay-docs - [ ] Linux repos (when...
"Lint" Dockerfiles. https://github.com/hadolint/hadolint From #104
Relay already supports [`session_set_save_handler()`](https://www.php.net/manual/en/function.session-set-save-handler.php), but lacks support for the `session.save_handler` directive. - https://github.com/cachewerk/relay/tree/main/src/Session - https://github.com/phpredis/phpredis#php-session-handler
Having an interactive and non-interactive install script would be useful. 1. The script must use `sh` and **not** `bash` for portability 2. The script must accept arguments to run without...
Replaces https://github.com/cachewerk/relay/pull/31
This would greatly speed up the `alloptions` mess in WordPress, and any cache keys that are constantly being updated.