Skip to content

Commit af92cb8

Browse files
committed
Fix redis requirements (#2796)
1 parent 3c30e9b commit af92cb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/getting_started/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Recommendation for production setups is to use Varnish/Fastly, Redis/Memcached,
209209
=== "[[= product_name =]] v4.6"
210210

211211
- Linux NFS or S3/EFS (for IO, aka binary files stored in content repository, not supported with legacy)
212-
- Redis 4.0+, 5.0 or higher (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence) or [Memcached](https://memcached.org/) 1.5 or higher
212+
- Redis 4.0+ or 5.0+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence) or [Memcached](https://memcached.org/) 1.5 or higher
213213
- [Varnish](http://varnish-cache.org/) 6.0LTS or 7.1 with [varnish-modules](https://github.com/varnish/varnish-modules/blob/master/README.md) or [Fastly](https://www.fastly.com/) using [the provided bundle](http_cache.md) (for HTTP Cache)
214214

215215
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.
@@ -218,7 +218,7 @@ Recommendation for production setups is to use Varnish/Fastly, Redis/Memcached,
218218
=== "[[= product_name =]] v3.3"
219219

220220
- Linux NFS or S3/EFS (for IO, aka binary files stored in content repository, not supported with legacy)
221-
- Redis 4.0+, 5.0 or higher (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence) or [Memcached](https://memcached.org/) 1.5 or higher
221+
- Redis 4.0+ or 5.0+ (separate instances for session and cache, both using a `volatile-*` [eviction policy](https://redis.io/docs/latest/develop/reference/eviction/), session instance configured for persistence) or [Memcached](https://memcached.org/) 1.5 or higher
222222
- [Varnish](http://varnish-cache.org/) 6.0LTS with [varnish-modules](https://github.com/varnish/varnish-modules/blob/master/README.md) or [Fastly](https://www.fastly.com/) using [the provided bundle](https://doc.ibexa.co/en/3.3/guide/cache/http_cache/) (for HTTP Cache)
223223

224224
If you see a "+" next to the product version, it indicates a recommended version or higher within the same major release.

0 commit comments

Comments
 (0)