File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ the temporary store changes instead of just keeping an in-memory store is that
16
16
we can then guarantee atomicity if changes are made to both the permanent and
17
17
temporary stores.
18
18
19
- rules -> perm -> rule-name -> global -> {k:v}
20
- -> sessions -> group ID -> session-kv-store -> {k:v}
21
- -> feature-kv-stores -> feature-name -> {k:v}
19
+ " rules" -> " perm" -> rule-name -> " global" -> {k:v}
20
+ "session-kv-store" -> group ID -> {k:v}
21
+ -> " feature-kv-stores" -> feature-name -> {k:v}
22
22
23
- -> temp -> rule-name -> global -> {k:v}
24
- -> sessions -> group ID -> session-kv-store -> {k:v}
25
- -> feature-kv-stores -> feature-name -> {k:v}
23
+ -> " temp" -> rule-name -> " global" -> {k:v}
24
+ "session-kv-store" -> group ID -> {k:v}
25
+ -> " feature-kv-stores" -> feature-name -> {k:v}
26
26
*/
27
27
28
28
var (
You can’t perform that action at this time.
0 commit comments