Unverified Commit 88f2cdf7 authored by Sean Bleier's avatar Sean Bleier Committed by GitHub

Merge pull request #155 from timgraham/test-redis

Update test redis version to latest stable: 4.0.11
parents f18bbb43 b91f7c1b
#!/bin/bash
: ${REDIS_VERSION:="2.6"}
: ${REDIS_VERSION:="4.0.11"}
test -d redis || git clone https://github.com/antirez/redis
git -C redis checkout $REDIS_VERSION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment