php-sdk
php-sdk copied to clipboard
add support for statestore query API
trafficstars
This feature is implemented in dapr runtime: dapr/dapr#3662
It should be available via the SDK
It looks like only Mongo supports the query API. Right now, integration tests are using Redis under the hood, so until that is a supported queryable state store, this won't be implemented.
@withinboredom , both MongoDB and CosmosDB have been added to integration and e2e tests for Query API: https://github.com/dapr/dapr/pull/3916