We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bf4759 commit 0840361Copy full SHA for 0840361
components/cache/adapters/redis_adapter.rst
@@ -205,7 +205,7 @@ Configuring Redis
205
~~~~~~~~~~~~~~~~~
206
207
When redis is used as cache its recommended to configure the `maxmemory` and `maxmemory-policy`
208
-read more about this dopic in the offical `Redis LRU Cache Documentation`_. Normally the redis
+read more about this topic in the offical `Redis LRU Cache Documentation`_. Normally the redis
209
config can be found int `/etc/redis/redis.conf`. The `maxmemory` depend on the usage of the cache
210
to low it could kickout things which could be still important, to high could end in using too
211
much memory:
0 commit comments