mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Minor changes to storage framework script docs
This commit is contained in:
parent
69a1ad2c3d
commit
3ab83a3f74
2 changed files with 9 additions and 7 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