kvsd 0.1.3

Simple key value store
Documentation
1
2
3
4
5
6
7
8
9
10
11
server:
  max_tcp_connections: 10240
  connection_tcp_buffer_bytes: 4096
  authenticate_timeout_milliseconds: 300
  listen_host: 127.0.0.1
  listen_port: 7379

kvsd:
  users:
    - username: "kvsduser"
      password: "secret"