redisclone

module
v0.0.0-...-1fc08d0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2023 License: MIT

README

Version

In-Memory Key-Value Store

Project capable of performing basic "redis" functions


Installation

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

Contributor(s)


Contribute

All PR’s are welcome!

  1. fork (https://github.com/SenRecep/redisclone/fork)
  2. Create your branch (git checkout -b my-feature)
  3. commit yours (git commit -am 'add some functionality')
  4. push your branch (git push origin my-feature)
  5. Than create a new Pull Request!

License

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL