Skip to content

Commit

Permalink
Pin redis version to 2.10.6
Browse files Browse the repository at this point in the history
To avoid some troubles with Redis 3.x series
  • Loading branch information
drgarcia1986 committed Nov 15, 2018
1 parent 358a52a commit 34dadba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis>=2.10.3
redis==2.10.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
license="BSD",
packages=["redis_cache", "redis_cache.backends"],
description="Redis Cache Backend for Django",
install_requires=['redis>=2.10.3'],
install_requires=['redis==2.10.6'],
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit 34dadba

Please sign in to comment.