i was trying to build a POC where i wanted to add items as a tree. keys would be /master/child1, /ma
i was trying to build a POC where i wanted to add items as a tree. keys would be /master/child1, /master/child2 and then i would call list with /master/ prefix to get the child item keys and since the doc says list will always return keys in alphabetical order, i was hoping when delete child1, the next list1 call would return /master/child2 as the first item. however, for about a minute the list calls keep returning /master/child1. is this the expected behavior? i was making the list calls from within a workflow if that might be a factor somehow. replaced kv calls with a simple insert, select for d1 in the very same setup and the problem went away which made me think there must be some sort of caching for kv then.
0 Replies