File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1200,7 +1200,10 @@ The store interface defines a set of operations involving `keys` and
12001200`values `. In the context of this interface, a `key ` is any string
12011201containing only characters in the ranges ``a-z ``, ``A-Z ``, ``0-9 ``, or
12021202in the set ``/.-_ ``, where the final character is **not ** a ``/ ``
1203- character. A `value ` is a sequence of bytes.
1203+ character. In general, a `value ` is a sequence of bytes. Specific stores
1204+ may choose more specific storage formats, which must be stated in the
1205+ specification of the respective store. E.g. a database store might
1206+ encode values of ``*.json `` keys with a database-native json type.
12041207
12051208It is assumed that the store holds (`key `, `value `) pairs, with only
12061209one such pair for any given `key `. I.e., a store is a mapping from
You can’t perform that action at this time.
0 commit comments