Skip to content

Commit 9d86484

Browse files
authored
Merge branch 'main' into strands-1
2 parents a6c4de5 + 8bd46aa commit 9d86484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/metadata/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ expected_stdout_lines:
4141
- "== APP == registered_components:"
4242
- "== APP == name=lockstore type=lock.redis version= capabilities=[]"
4343
- "== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]"
44-
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL'"
44+
- "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL'"
4545
- "== APP == We will update our custom label value and check it was persisted"
4646
- "== APP == We added a custom label named [is-this-our-metadata-example]"
4747
- "== APP == Its old value was [yes] but now it is [You bet it is!]"
@@ -64,7 +64,7 @@ The output should be as follows:
6464
== APP == registered_components:
6565
== APP == name=lockstore type=lock.redis version= capabilities=[]
6666
== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]
67-
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL', 'TTL']
67+
== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL']
6868
== APP == We will update our custom label value and check it was persisted
6969
== APP == We added a custom label named [is-this-our-metadata-example]
7070
== APP == Its old value was [yes] but now it is [You bet it is!]

0 commit comments

Comments
 (0)