finalsite / redis-tooling

tools for working with redis data structure store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redis-tooling

Tools to work with redis

redis-cache-fill.rb

massively fill up redis database

example usage:

Generate 1 million entries in redis:

ruby redis-cache-fill.rb -b 0 -c 1000000 |redis-cli --pipe

About

tools for working with redis data structure store

License:Other


Languages

Language:Ruby 100.0%