This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-redis
mirror of
https://github.com/supercharge/redis-github-action.git
Watch
1
Star
0
Fork
You've already forked setup-redis
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7eee23dfac
setup-redis
/
start-redis.sh
4 lines
73 B
Bash
Raw
Blame
History
#!/bin/sh
docker run --name redis --publish 6379:6379 --detach redis:
$1
Reference in New Issue
View Git Blame
Copy Permalink