Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/intro_quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Quick Start

**Recommended:**

* `redis`_ >= 2.8
* `redis`_ >= 4.0

* `redis-py`_ >= 3.0.0
* `redis-py`_ >= 4.3.0

* `python`_ >= 2.7
* `python`_ >= 3.6


1. Install `redis`_. You can use ``install_redis.sh`` to install a local copy
Expand Down
2 changes: 1 addition & 1 deletion install_redis.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

: ${REDIS_VERSION:="4.0.11"}
: ${REDIS_VERSION:="7.0.0"}

test -d redis || git clone https://github.com/antirez/redis
git -C redis checkout $REDIS_VERSION
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hiredis==0.2.0
hiredis==2.0.0
django-nose==1.4.4
nose==1.3.6
msgpack-python==0.4.6
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis<4.0
redis<=4.3.2
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
Expand Down