- Handle Concurrent users
- Add more data type support
- More error handling
Clone Pocket
$ git clone https://github.com/Bhinneka/pocketCompile Pocket
$ iex -S mixIf 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: 8000Run 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
andiWuriyanto https://github.com/wuriyanto48