Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6818:b5e465646a7c | 6819:1319ab13f286 |
|---|---|
| 113 ``sessiondb`` ``backend`` option as described above. | 113 ``sessiondb`` ``backend`` option as described above. |
| 114 | 114 |
| 115 Session/OTK data storage using Redis (optional) | 115 Session/OTK data storage using Redis (optional) |
| 116 ----------------------------------------------- | 116 ----------------------------------------------- |
| 117 | 117 |
| 118 If you are running Roundup with Python 3.6 or newer, you can | 118 You can store your ephemeral data in a Redis database. This |
| 119 store your ephemeral data in a Redis database. This provides | 119 provides significantly better performance for ephemeral data |
| 120 significantly better performance for ephemeral data than | 120 than SQLite or dbm files. See the section `Using Redis for |
| 121 SQLite or dbm files. See the section `Using Redis for Session | 121 Session Databases`_ in the `administration guide`_ |
| 122 Databases`_ in the `administration guide`_ | |
| 123 | 122 |
| 124 | 123 |
| 125 .. _Using Redis for Session Databases: | 124 .. _Using Redis for Session Databases: |
| 126 admin_guide.html#using-redis-for-session-databases | 125 admin_guide.html#using-redis-for-session-databases |
| 127 | 126 |
