3 lines
108 B
Text
3 lines
108 B
Text
Try redis in docker(which contains a redis-server):
|
|
|
|
docker build -t iredis . && docker run -it iredis
|