diff --git a/examples/metadata/README.md b/examples/metadata/README.md index eafe3723b..409df01b8 100644 --- a/examples/metadata/README.md +++ b/examples/metadata/README.md @@ -41,7 +41,7 @@ expected_stdout_lines: - "== APP == registered_components:" - "== APP == name=lockstore type=lock.redis version= capabilities=[]" - "== APP == name=pubsub type=pubsub.redis version=v1 capabilities=[]" - - "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL'" + - "== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL'" - "== APP == We will update our custom label value and check it was persisted" - "== APP == We added a custom label named [is-this-our-metadata-example]" - "== APP == Its old value was [yes] but now it is [You bet it is!]" @@ -64,7 +64,7 @@ The output should be as follows: == APP == registered_components: == APP == name=lockstore type=lock.redis version= capabilities=[] == APP == name=pubsub type=pubsub.redis version=v1 capabilities=[] -== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'TRANSACTIONAL', 'TTL'] +== APP == name=statestore type=state.redis version=v1 capabilities=['ACTOR', 'ETAG', 'KEYS_LIKE', 'TRANSACTIONAL', 'TTL'] == APP == We will update our custom label value and check it was persisted == APP == We added a custom label named [is-this-our-metadata-example] == APP == Its old value was [yes] but now it is [You bet it is!]