redis_pool 0.10.0

Library to Provide a redis client and cluster client pools.
Documentation
1
2
3
4
5
FROM redis:latest
EXPOSE 6379 6380 6381
COPY redis.conf.template .
COPY run.sh .
CMD ["./run.sh"]