Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 6819:1319ab13f286
redis works with python 2.7 too.
Remove requirement that python 3.6 be used. Earlier version of redis-py
can meet roundup's requirement.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 06 Aug 2022 20:18:27 -0400 |
| parents | 3f60a71b0812 |
| children | 7a48f771cd4f |
line wrap: on
line diff
--- a/doc/admin_guide.txt Thu Aug 04 17:15:09 2022 -0400 +++ b/doc/admin_guide.txt Sat Aug 06 20:18:27 2022 -0400 @@ -492,10 +492,9 @@ Redis is an in memory key/value data structure store. -To use redis you must be using Python 3.6 or newer. You -need to install the redis-py_ module from pypi. Then install -Redis using your package manager or by downloading it from -the Redis_ website. +You need to install the redis-py_ module from pypi. Then +install Redis using your package manager or by downloading +it from the Redis_ website. You need to secure your redis instance. The data that Roundup stores includes session cookies and other
