Commit Graph

12 Commits

Author SHA1 Message Date
Carl Lerche
0fb264826d chore: update to Tokio 1.0 (#70) 2020-12-23 09:41:23 -08:00
Raphael Megzari
b552f53c3f fix typo (#64) 2020-09-28 11:07:20 +02:00
Carl Lerche
16be963908 make more types public (#59) 2020-07-15 14:21:17 -07:00
Carl Lerche
03f8281431 make more APIs public (#55) 2020-06-12 15:15:51 -07:00
Taiki Endo
4c9edec0b1 Remove unnecessary allocations (#49) 2020-05-19 13:37:02 -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
d4f0dac671 add server pub/sub tests, fix pub/sub response (#27)
mini-redis server responses on PUB/SUB commands did not match real
redis.
2020-04-06 16:34:12 -07:00
Carl Lerche
4ac69aeb76 write server test (#19) 2020-04-03 12:21:39 -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
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