Commit b91f7c1b authored by Tim Graham's avatar Tim Graham

Update test redis version to latest stable: 4.0.11

parent f18bbb43
#!/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