Skip to content

Reserve argument for simple caching #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion uri/redis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions uri/rediss.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down