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
1616we can then guarantee atomicity if changes are made to both the permanent and
1717temporary stores.
1818
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}
2222
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}
2626*/
2727
2828var (
You can’t perform that action at this time.
0 commit comments