Commit Graph

16 Commits

Author SHA1 Message Date
John Vandenberg
c2b18b96d1 Fix typos (#145) 2024-06-27 16:55:21 +02:00
Ricardo Galli
c3bc304ac9 Fix expiration and upppercase check (#72) 2021-01-04 18:52:35 +01:00
Carl Lerche
1cb8ec9b0f rename pool to buffer (#56) 2020-06-12 19:38:27 -07:00
Carl Lerche
03f8281431 make more APIs public (#55) 2020-06-12 15:15:51 -07:00
João Oliveira
c0bcee4300 add initial connection pool (#53) 2020-06-11 13:43:02 -07:00
João Oliveira
dc8993b56b fix typo on Set command apply function: Get should be Set (#52) 2020-05-27 09:19:35 -07:00
avinassh
4c9ef8b31f fix typos (#50) 2020-05-20 21:58:16 +02:00
Carl Lerche
81888e36b5 fmt (#34) 2020-04-15 09:47:28 -07:00
Carl Lerche
ecf1eb4ea8 More comments and tweak details (#33)
Co-authored-by: Alice Ryhl <alice@ryhl.io>
2020-04-15 09:44:12 -07:00
Carl Lerche
5752d1e0fc mostly docs, some code tweaks as well (#31)
Db background tasks never shutdown o_O
2020-04-13 21:02:32 -07:00
Carl Lerche
bbb80c341e apply client/cli polish (#15)
Continuation of #11. Refines the client structure and implements GET.

`clap` is decoupled from the lib code. This is done to avoid any CLI
parsing concerns to leak into the lib. The main motivation for this is
to allow the reader to focus on Tokio concerns and not CLI parsing
concerns.
2020-04-01 16:09:41 -07:00
Avery Harnish
7bd7086d41 implement client set (#11) 2020-03-28 14:00:47 -07:00
Carl Lerche
fc5597f293 server: implement key expiration (#13) 2020-03-25 13:45:54 -07:00
Avery Harnish
2b6b19ebc3 feat: adds trace events to server 2020-03-03 17:14:18 -06:00
Avery Harnish
9852de9924 runs cargofmt (#3) 2020-02-11 13:27:49 -08:00
Carl Lerche
358e95e57c Initial commit 2020-02-05 09:56:25 -08:00