diff doc/upgrading.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 a96a239db0d9
line wrap: on
line diff
--- a/doc/upgrading.txt	Thu Aug 04 17:15:09 2022 -0400
+++ b/doc/upgrading.txt	Sat Aug 06 20:18:27 2022 -0400
@@ -115,11 +115,10 @@
 Session/OTK data storage using Redis (optional)
 -----------------------------------------------
 
-If you are running Roundup with Python 3.6 or newer, you can
-store your ephemeral data in a Redis database. This provides
-significantly better performance for ephemeral data than 
-SQLite or dbm files. See the section `Using Redis for Session
-Databases`_ in the `administration guide`_
+You can store your ephemeral data in a Redis database. This
+provides significantly better performance for ephemeral data
+than SQLite or dbm files. See the section `Using Redis for
+Session Databases`_ in the `administration guide`_
 
 
 .. _Using Redis for Session Databases:

Roundup Issue Tracker: http://roundup-tracker.org/