-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added memory option for --key-value-storage #592
Added memory option for --key-value-storage #592
Conversation
Signed-off-by: Madeline Murray <madeline.taylor@gmail.com>
docs/Reference/CLI/CLI-Syntax.md
Outdated
@@ -511,6 +511,8 @@ If a name is not specified, the name section is not included in the client ID. F | |||
The key-value storage to use. Use this option only if using a storage system provided with a | |||
plugin. The default is `rocksdb`. | |||
|
|||
For ease of use when using a debugger, use the `memory` option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a link to the option?
EDIT: link to the option title in this doc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs more caveats that tell the casual reader "You probably don't want this option". The release notes say "Added memory
as an option to --key-value-storage
. This ephemeral storage is intended for sync testing and debugging. "
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated to make this clearer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NicolasMassart - I don't understand your comment?
@shemnon - is the updated version better? |
Added memory option for --key-value-storage