p / redis-dump-load

Dump redis databases, load data into redis - in Python
BSD 2-Clause "Simplified" License
175 stars 76 forks source link

[Add] Automatically install binaries `redis-dump`/`redis-load` #38

Closed malthejorgensen closed 8 years ago

malthejorgensen commented 8 years ago

This pull request automatically creates the binaries redis-dump and redis-load when installing the package (e.g. via pip install). The binaries are then immediately available to the user on the command-line:

> pip install redis-dump-load
> redis-dump
... output ...
p commented 8 years ago

Thanks, this is great!