Update README.md -> <file> arg for export command

This commit is contained in:
Jose Diaz-Gonzalez
2015-10-29 15:56:30 -04:00
parent 02b412bc9d
commit 4aeb0f1e8c

View File

@@ -26,7 +26,7 @@ redis:clone <name> <new-name> Create container <new-name> then copy data from <
redis:connect <name> Connect via redis-cli to a redis service redis:connect <name> Connect via redis-cli to a redis service
redis:create <name> Create a redis service redis:create <name> Create a redis service
redis:destroy <name> Delete the service and stop its container if there are no links left redis:destroy <name> Delete the service and stop its container if there are no links left
redis:export <name> Export a dump of the redis service database redis:export <name> > <file> Export a dump of the redis service database
redis:expose <name> [port] Expose a redis service on custom port if provided (random port otherwise) redis:expose <name> [port] Expose a redis service on custom port if provided (random port otherwise)
redis:import <name> <file> Import a dump into the redis service database redis:import <name> <file> Import a dump into the redis service database
redis:info <name> Print the connection information redis:info <name> Print the connection information