- Handle Concurrent users
- Add more data type support
- More error handling
Clone Pocket
$ git clone https://github.com/Bhinneka/pocket
Compile Pocket
$ iex -S mix
If you want to change Pocket's default config, Open config.ex
inside config folder
config :pocket, ip: {y,o,u,r,i,p}
config :pocket, port: 8000
Run Pocket
iex(1)> Pocket.start([], [])
Open new terminal
$ telnet 127.0.0.1 9000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Add new value
SET a andi
OK
GET a
andi
Wuriyanto https://github.com/wuriyanto48