mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/storage-framework-script-docs-updates'
* origin/topic/timw/storage-framework-script-docs-updates: Minor changes to storage framework script docs
This commit is contained in:
commit
c4613cf573
4 changed files with 14 additions and 8 deletions
|
@ -18,9 +18,9 @@ export {
|
|||
# ``server_host`` field must be unset.
|
||||
server_unix_socket: string &optional;
|
||||
|
||||
# Prefix used in key values stored to differentiate varying types of data
|
||||
# on the same server. Defaults to an empty string, but preferably should
|
||||
# be set to a unique value per Redis backend opened.
|
||||
# Prefix used in keys stored to differentiate varying types of data on the
|
||||
# same server. Defaults to an empty string, but preferably should be set
|
||||
# to a unique value per Redis backend opened.
|
||||
key_prefix: string &default="";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue