Skip to content

Commit

Permalink
Merge pull request #93 from seomoz/HSC/DP-9467
Browse files Browse the repository at this point in the history
Merging Open Issue 90 to make Qless compatible with Redis 5.0.6
  • Loading branch information
CorbinGraham authored Dec 23, 2022
2 parents 485e356 + d8c58c2 commit 343cf91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ env:
- REDIS_VERSION=3.0.7
- REDIS_VERSION=3.2.11
- REDIS_VERSION=4.0.6
- REDIS_VERSION=5.0.6
script: make test
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sudo apt-get install -y libhiredis-dev libevent-dev python-pip python-dev

# Download and install the thing
cd /tmp
export REDIS_VERSION=4.0.6
export REDIS_VERSION=5.0.6
wget http://download.redis.io/releases/redis-$REDIS_VERSION.tar.gz
tar xf redis-$REDIS_VERSION.tar.gz
(
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
hiredis==0.1.0
redis==2.7.5
hiredis==1.1.0
redis==3.5.3
nose==1.3.7

0 comments on commit 343cf91

Please sign in to comment.