https://github.com/jeffbryner/json2redis
simple rust project to take json from a file and stick it in a redis queue
https://github.com/jeffbryner/json2redis
json redis rust
Last synced: 2 months ago
JSON representation
simple rust project to take json from a file and stick it in a redis queue
- Host: GitHub
- URL: https://github.com/jeffbryner/json2redis
- Owner: jeffbryner
- License: mpl-2.0
- Created: 2018-09-02T21:24:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T22:20:43.000Z (over 7 years ago)
- Last Synced: 2025-02-21T20:16:06.327Z (over 1 year ago)
- Topics: json, redis, rust
- Language: Rust
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json2redis
Simple rust project to take json from a file and stick it in a redis queue, for testing it's counterpart: redis2es
Whatever is in events.json will end up in redis in a queue called 'eventqueue', via threads, 10 entries at a time.