mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix unclosed tags in RedisCacheStore
docs [ci skip]
This commit is contained in:
parent
d9736e50d8
commit
d91e6f1213
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ module ActiveSupport
|
|||
# :url Array -> Redis::Distributed.new([{ url: … }, { url: … }, …])
|
||||
#
|
||||
# No namespace is set by default. Provide one if the Redis cache
|
||||
# server is shared with other apps: <tt>namespace: 'myapp-cache'<tt>.
|
||||
# server is shared with other apps: <tt>namespace: 'myapp-cache'</tt>.
|
||||
#
|
||||
# Compression is enabled by default with a 1kB threshold, so cached
|
||||
# values larger than 1kB are automatically compressed. Disable by
|
||||
|
|
Loading…
Reference in a new issue