/json2redis

simple rust project to take json from a file and stick it in a redis queue

Primary LanguageRustMozilla Public License 2.0MPL-2.0

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.