redis-dump: add redis-load
There's a companion script that will restore the dumped json.
This commit is contained in:
parent
b5caab6f7e
commit
ec1f8e266c
@ -3,7 +3,7 @@
|
|||||||
bundlerApp {
|
bundlerApp {
|
||||||
pname = "redis-dump";
|
pname = "redis-dump";
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
exes = [ "redis-dump" ];
|
exes = [ "redis-dump" "redis-load" ];
|
||||||
|
|
||||||
passthru.updateScript = bundlerUpdateScript "redis-dump";
|
passthru.updateScript = bundlerUpdateScript "redis-dump";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user