README.rdoc in redis-dump-0.3.2 vs README.rdoc in redis-dump-0.3.3

- old
+ new

@@ -20,9 +20,15 @@ $ cat db_db15.json | redis-load -d 15 # You can specify the redis URI via an environment variable $ export REDIS_URI=127.0.0.1:6371 $ redis-dump + + # If your instance uses a password (such as on RedisToGo), you + # can specify the Redis URL as such: + # :<password>@<domain>:<port> + # Note the leading colon is important for specifying no username. + $ redis-dump -u :234288a830f009980e08@example.redistogo.com:9055 == Output format All redis datatypes are output to a simple JSON object. All objects have the following 5 fields: