From 4aeb0f1e8ceeaadb4a5e5b75571e5147ec1c6138 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 29 Oct 2015 15:56:30 -0400 Subject: [PATCH] Update README.md -> arg for export command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c61caa6..0f529d2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ redis:clone Create container then copy data from < redis:connect Connect via redis-cli to a redis service redis:create Create a redis service redis:destroy Delete the service and stop its container if there are no links left -redis:export Export a dump of the redis service database +redis:export > Export a dump of the redis service database redis:expose [port] Expose a redis service on custom port if provided (random port otherwise) redis:import Import a dump into the redis service database redis:info Print the connection information