comparison 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
comparison
equal deleted inserted replaced
6818:b5e465646a7c 6819:1319ab13f286
490 Using Redis for Session Databases 490 Using Redis for Session Databases
491 --------------------------------- 491 ---------------------------------
492 492
493 Redis is an in memory key/value data structure store. 493 Redis is an in memory key/value data structure store.
494 494
495 To use redis you must be using Python 3.6 or newer. You 495 You need to install the redis-py_ module from pypi. Then
496 need to install the redis-py_ module from pypi. Then install 496 install Redis using your package manager or by downloading
497 Redis using your package manager or by downloading it from 497 it from the Redis_ website.
498 the Redis_ website.
499 498
500 You need to secure your redis instance. The data that 499 You need to secure your redis instance. The data that
501 Roundup stores includes session cookies and other 500 Roundup stores includes session cookies and other
502 authentication tokens. At minimum you should require a 501 authentication tokens. At minimum you should require a
503 password to connect to your redis database. Set 502 password to connect to your redis database. Set

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