Project capable of performing basic "redis" functions
git clone git@github.com:SenRecep/redisclone.git
export BUILD_INFO="$(git rev-parse HEAD)-$(go env GOOS)-$(go env GOARCH)"
docker build --build-arg="BUILD_INFORMATION=${BUILD_INFO}" -t senrecep/redisclone:latest .
SERVER_ENV="production" LOG_LEVEL="INFO" docker run --cpus="2" --env SERVER_ENV --env LOG_LEVEL -p 8000:8000 --name redisclone senrecep/redisclone:latest- recepsen - Creator, maintainer
All PR’s are welcome!
fork(https://github.com/SenRecep/redisclone/fork)- Create your
branch(git checkout -b my-feature) commityours (git commit -am 'add some functionality')pushyourbranch(git push origin my-feature)- Than create a new Pull Request!
This project is licensed under MIT
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.