https://github.com/engineersbox/redis-rust-command-wrapper
A wrapper handler for redis commands written in rust. Designed to make validating arguments and retrieving their values based on strict typing
https://github.com/engineersbox/redis-rust-command-wrapper
Last synced: about 1 month ago
JSON representation
A wrapper handler for redis commands written in rust. Designed to make validating arguments and retrieving their values based on strict typing
- Host: GitHub
- URL: https://github.com/engineersbox/redis-rust-command-wrapper
- Owner: EngineersBox
- Created: 2021-05-11T03:52:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-11T03:58:10.000Z (about 5 years ago)
- Last Synced: 2025-03-22T17:44:52.113Z (about 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redis Rust Command Wrapper
A wrapper handler for redis commands written in rust. Designed to make validating arguments and retrieving their values based on strict typing.