diff options
| author | omagdy <omar.professional8777@gmail.com> | 2025-07-22 06:08:36 +0300 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2025-07-22 06:10:05 +0300 |
| commit | 8d3c6333619e511b5f103f382d21a9891dd0e794 (patch) | |
| tree | 67f9bb412c7eadecacf50e44caa29137c0a07ff5 /Cargo.toml | |
| parent | 846479e6bcf8238879546534b09e141b9bb668f8 (diff) | |
| download | redis-rust-8d3c6333619e511b5f103f382d21a9891dd0e794.tar.xz redis-rust-8d3c6333619e511b5f103f382d21a9891dd0e794.zip | |
feat: Added a feature to proprely parse rdb files and added support for KEYS command
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,5 +7,6 @@ edition = "2021" [dependencies] anyhow = "1.0.59" # error handling bytes = "1.3.0" # helps manage buffers +regex = "1.11.1" thiserror = "1.0.32" # error handling tokio = { version = "1.23.0", features = ["full"] } # async networking |
