An open API service indexing awesome lists of open source software.

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

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.