File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -492,10 +492,9 @@ Using Redis for Session Databases
492492
493493Redis is an in memory key/value data structure store.
494494
495- To use redis you must be using Python 3.6 or newer. You
496- need to install the redis-py_ module from pypi. Then install
497- Redis using your package manager or by downloading it from
498- the Redis_ website.
495+ You need to install the redis-py_ module from pypi. Then
496+ install Redis using your package manager or by downloading
497+ it from the Redis_ website.
499498
500499You need to secure your redis instance. The data that
501500Roundup stores includes session cookies and other
Original file line number Diff line number Diff line change @@ -115,11 +115,10 @@ SQLite databases. If you want to keep using the data set the
115115Session/OTK data storage using Redis (optional)
116116-----------------------------------------------
117117
118- If you are running Roundup with Python 3.6 or newer, you can
119- store your ephemeral data in a Redis database. This provides
120- significantly better performance for ephemeral data than
121- SQLite or dbm files. See the section `Using Redis for Session
122- Databases`_ in the `administration guide`_
118+ You can store your ephemeral data in a Redis database. This
119+ provides significantly better performance for ephemeral data
120+ than SQLite or dbm files. See the section `Using Redis for
121+ Session Databases`_ in the `administration guide`_
123122
124123
125124.. _Using Redis for Session Databases:
You can’t perform that action at this time.
0 commit comments