Skip to content

Commit 0840361

Browse files
Update typo
1 parent 4bf4759 commit 0840361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Configuring Redis
205205
~~~~~~~~~~~~~~~~~
206206

207207
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
208+
read more about this topic in the offical `Redis LRU Cache Documentation`_. Normally the redis
209209
config can be found int `/etc/redis/redis.conf`. The `maxmemory` depend on the usage of the cache
210210
to low it could kickout things which could be still important, to high could end in using too
211211
much memory:

0 commit comments

Comments
 (0)