Memory-Cache service for Kingdom-System
project.
user@machine %: iex -S mix
user@machine %:telnet 127.0.0.1 4040
GET, PUT, DELETE, CREATE
user@machine %: telnet 127.0.0.1 4040
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
CREATE shopping_list
PUT shopping_list milk 1
PUT shopping_list name 'Andrey'
GET shopping_list milk
GET shopping_list name
DELETE shopping_list milk
DELETE shopping_list name
docker build -t MemoreApplication .
docker run -dp 127.0.0.1:4040:4040 MemoreApplication
All checks have now been passed
Finished in 0.1 seconds (0.06s async, 0.06s sync)
8 doctests, 2 tests, 1 failure
- ci/cd
- docker image
- gen_tcp server
- write docmodules
- write normal README.md