webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

Why it requires redis < 3? #817

Open turicas opened 1 year ago

turicas commented 1 year ago

The current redis Python package version is 4.5.1 - I'm using this version in a project that also requires pywb, but pywb requires redis < 3. Is there any specific reason to have this old version required?

ikreymer commented 1 year ago

No, just haven't had time to migrate to the latest. I believe there were significant API changes in the client. PRs welcome!