relay icon indicating copy to clipboard operation
relay copied to clipboard

The next-generation caching layer for PHP powered by Redis.

Results 11 relay issues
Sort by recently updated
recently updated
newest added

## Description ## Expected Behavior ## Actual Behavior ## Possible Fix ## Steps to Reproduce 1. 2. 3. 4. ## Additional context ## Relay diagnostics ``` ... ``` ## Environment...

bug

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...

documentation

"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

roadmap

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...

documentation
help wanted

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.

roadmap