Minor changes to storage framework script docs

This commit is contained in:
Tim Wojtulewicz 2025-04-24 11:11:08 -07:00
parent 69a1ad2c3d
commit 3ab83a3f74
2 changed files with 9 additions and 7 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="";
};
}