https://github.com/ehsundar/kvstore
Protoc plugin to generate redis interaction data structures
https://github.com/ehsundar/kvstore
Last synced: about 1 year ago
JSON representation
Protoc plugin to generate redis interaction data structures
- Host: GitHub
- URL: https://github.com/ehsundar/kvstore
- Owner: ehsundar
- License: gpl-3.0
- Created: 2023-12-07T23:23:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T00:51:00.000Z (over 2 years ago)
- Last Synced: 2025-02-10T15:50:43.581Z (over 1 year ago)
- Language: Go
- Size: 115 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kvstore
Protoc plugin to generate redis interaction data structures
### Future Works
- [] Support enum types
- [] Support nested keys (not idiomatic)
- [] Generate caching interceptors for RPCs
- [] Bulk delete method
- [] RPC cache invalidation signaling support