99 Commits

Author SHA1 Message Date
tottoto
e186482ca0 Remove unnecessary custom clap value parser (#147)
Some checks failed
CI / build (push) Failing after 4s
2024-08-03 12:37:52 +02:00
tottoto
b63a4894a1 Update clap deprecated api (#132) 2024-08-02 09:12:26 +02:00
John Vandenberg
c2b18b96d1 Fix typos (#145) 2024-06-27 16:55:21 +02:00
Ben
ab7353bc23 Update db.rs (#143)
Small typos resulting from renaming Db guard struct without changing the doc comments.
2024-06-13 22:44:26 +02:00
Taiki Endo
5673e3325a chore: update actions/checkout and replace unmaintained actions-rs/cargo (#138) 2024-03-06 07:52:28 +01:00
dependabot[bot]
f58e13fb08 deps: bump mio from 0.8.8 to 0.8.11 (#140)
Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-05 08:20:42 +01:00
dimbtp
48aba27362 fix: update aws-xray example link for trace id (#139) 2024-02-26 11:59:25 +01:00
qyuzh
9b93f751b3 fix: expiration bug (#137) 2023-10-27 22:52:59 +02:00
tottoto
a1fd215d2a Update to tracing-opentelemetry 0.21.0 (#133) 2023-09-11 10:30:45 +02:00
tottoto
04a9794003 Update to opentelemetry 0.20.0 (#131) 2023-08-10 10:28:39 +02:00
chienguo
c4daf72e11 Remove unnecessary clone (#130) 2023-08-03 17:12:12 +02:00
Logan Luo
573283f367 fix: Frame::Array display (#129) 2023-06-24 11:02:58 +02:00
tottoto
bec20d5646 Update to opentelemetry 0.19.0 (#127) 2023-05-27 13:02:18 +02:00
tottoto
455603c1a2 Remove unused rand dependency (#126) 2023-05-18 20:33:29 +02:00
tottoto
fe55e5f5eb Update to clap 4.2.7 (#125) 2023-05-18 12:55:46 +02:00
Mahdi
df98a941ac replace BTreeMap by BTreeSet and remove id form Entry (#123) 2023-05-16 09:11:54 -07:00
tottoto
e1840ec9ef Update to atoi 2.0.0 (#124) 2023-05-14 19:04:05 +02:00
Kun Liu
7e2bbe32fd Update README.md (#122) 2023-04-26 12:28:10 +02:00
Ting Sun
79422c0714 collect all clients to one single folder (#119) 2023-04-14 12:47:10 +02:00
Ting Sun
b1e365b62f Add doc about Ping cmd to README, change the internal data type of Ping cmd to Bytes, and rm unnecessary reference (#118) 2023-03-28 16:53:33 +02:00
Ting Sun
aab4e39d97 rm unnecessary method call 2023-03-23 09:18:25 -07:00
Ting Sun
dcaa67388b change a usage related to ownership 2023-03-23 09:18:25 -07:00
Ting Sun
151a653e69 rm unused var 2023-03-23 09:18:25 -07:00
Ting Sun
999b570f09 rm extra space 2023-03-23 09:18:25 -07:00
Ting Sun
017a0df61f too many 'shutdown' can be ambiguous 2023-03-23 09:18:25 -07:00
Kim Chan
c1c3bcb465 implement client ping (#108) 2022-08-25 11:10:32 +02:00
Kim Chan
d3826795af docs: fix typos (#109) 2022-08-22 19:47:13 +02:00
ZJPzjp
419ac973ef update the StreamMap link in README (#106) 2022-08-14 13:19:27 +02:00
Paul Lange
069a8e5ee0 Replace structopt with clap (#98)
* Replace `structopt` with `clap`

* Change `port` options from `String` to `u16`

* Shorten clap options config

`name` and `long` use the filed name by default.
2022-07-19 09:34:12 -07:00
Taiki Endo
24d9d9f466 chore: update actions/checkout action to v3 (#104) 2022-07-09 13:29:52 +02:00
shomitarai
8c714114f2 fix tiny typo in server.rs (#103)
Co-authored-by: Sho Mitarai <shomitarai@mitaraiakiranoMacBook-Pro.local>
2022-06-22 08:27:35 +02:00
Alice Ryhl
8ecc7bcbda chore: update Cargo.lock (#102) 2022-06-17 14:11:05 +02:00
Vilgot Fredenberg
cf1e4e465e refactor: use OwnedSemaphore for connection limiting (#100) 2022-05-29 12:27:39 +02:00
Bryan Garza
25062cd238 chore: remove duplicate cfg line and comment (#99) 2022-05-25 18:02:53 +02:00
Bryan Garza
6cd697afe9 Add (optional) OpenTelemetry + Xray integration (#95) (#96)
This introduces all the necessary code to be able to send traces to
AWS Xray via `tracing-opentelemetry`. It can be optionally enabled
using the `xray` feature defined on this crate.

Also update the README.md with instructions on how to enable and use
this.
2022-05-18 09:13:19 -07:00
Tony-X
4b4ecf0310 Remove unused import (#92) 2022-02-09 10:18:40 +01:00
Liang Zheng
ca1b5b16bd add pub/sub cli (#91)
Signed-off-by: Liang Zheng <zhengliang0901@gmail.com>
2022-01-30 10:41:18 +01:00
tison
6513e5226c support PING command for easy testing (#90)
Signed-off-by: tison <wander4096@gmail.com>
2022-01-23 15:27:30 +01:00
Jamie
ebe4e1f331 Fix race condition in shutdown of background task (#81) 2021-07-13 14:27:34 +02:00
Alice Ryhl
b3926d40e3 Update versions in Cargo.lock (#80) 2021-07-12 07:30:26 -07:00
Alice Ryhl
66c71e89a3 chore: prepare mini-redis v0.4.1 (#79) 2021-07-12 10:32:12 +02:00
Alice Ryhl
0b3b0ff883 Add blocking client (#77) 2021-07-06 12:46:57 -07:00
Ricardo Galli
c3bc304ac9 Fix expiration and upppercase check (#72) 2021-01-04 18:52:35 +01:00
Alice Ryhl
31e3a7db42 Update write_decimal max string length (#73) 2021-01-03 12:36:55 +01:00
Milan
7ee3ae8342 Updates cargo run command in examples (#71) 2020-12-29 00:13:32 +01:00
Carl Lerche
0fb264826d chore: update to Tokio 1.0 (#70) 2020-12-23 09:41:23 -08:00
Taiki Endo
da29371460 Update async-stream to 0.3.0 (#69) 2020-11-09 12:57:00 -08:00
Alice Ryhl
8ecd82107e Remove note about AsyncBufRead (#68) 2020-10-24 14:42:24 -07:00
Carl Lerche
77df32d15e Track Tokio v0.3 changes (#67) 2020-10-22 20:18:54 -07:00
Raphael Megzari
b552f53c3f fix typo (#64) 2020-09-28 11:07:20 +02:00