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:
Tim Wojtulewicz 2025-04-25 06:40:46 -07:00
commit c4613cf573
4 changed files with 14 additions and 8 deletions

View file

@ -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="";
};
}