Merge branch 'unstable' of https://github.com/JohnSully/redis2 into unstable

Former-commit-id: 966f4a8144c47093e21022bb6d2a94fed8b5e49f
This commit is contained in:
John Sully 2019-03-13 18:08:59 -04:00
commit 22cea6d645

View File

@ -41,7 +41,7 @@ If you would like to use the FLASH backed storage this option configures the dir
db-s3-object /path/to/bucket
If you would like KeyDB to dump directly to AWS S3 this option specifies the bucket. Using this option with the traditional RDB options will result in KeyDB backing up twice to both locations. This requires the AWS CLI tools to be installed and configured which are used under the hood to transfer the data.
If you would like KeyDB to dump and load directly to AWS S3 this option specifies the bucket. Using this option with the traditional RDB options will result in KeyDB backing up twice to both locations. If both are specified KeyDB will first attempt to load from the local dump file and if that fails load from S3. This requires the AWS CLI tools to be installed and configured which are used under the hood to transfer the data.
All other configuration options behave as you'd expect. Your existing configuration files should continue to work unchanged.