From caf686c27d5f69b42ce9619899830a0dbce4ae0b Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Mon, 4 Dec 2023 09:45:59 +0200 Subject: [PATCH] client side caching reserved word --- uri/redis.txt | 8 +++++++- uri/rediss.txt | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/uri/redis.txt b/uri/redis.txt index 49af88c..74d2eed 100644 --- a/uri/redis.txt +++ b/uri/redis.txt @@ -108,6 +108,12 @@ These are expressed using RGC 5234 ABNF, and are reserved as follows: ; the RESP protocol requested. ; the digits 0-9, and a period + caching = DIGIT + ; this is optional, but if set to 1, will enable + ; client side caching in the redis client implementation + ; with the client-specific default settings. + ; the digits 0 or 1 + Encoding considerations: Unknown, use with care. @@ -119,7 +125,7 @@ Interoperability considerations: accepted). Until/unless that happens: URI producers are advised to leave the username portion of the "userinfo" URI field blank; URI consumers are advised to be aware of the future possibility of - non-blank username portions of URIs; attempting to use the username + non-blank username portions of Unis; attempting to use the username portion of URIs for any purpose other than specifying the username to use when authenticating to the Redis server is strongly advised against. diff --git a/uri/rediss.txt b/uri/rediss.txt index 3f27b80..cb3bc67 100644 --- a/uri/rediss.txt +++ b/uri/rediss.txt @@ -68,6 +68,12 @@ These are expressed using RGC 5234 ABNF, and are reserved as follows: ; the RESP protocol requested. ; the digits 0-9, and a period + caching = DIGIT + ; this is optional, but if set to 1, will enable + ; client side caching in the redis client implementation + ; with the client-specific default settings. + ; the digits 0 or 1 + Encoding considerations: Unknown, use with care.