-
Notifications
You must be signed in to change notification settings - Fork 543
Adds support for TTL in Redis State Store #990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
02668ec to
3c464a3
Compare
|
@pkedy could you do an initial pass on this PR please? |
|
Tests pass locally. The cycle complexity shouldn't trigger as |
|
@berndverst I made the adjustment for lint to pass. Let me know how you feel about these. |
|
The irony is that these changes are computationally slower than what I had due to more if statements that need to be evaluated. Of course it's fine for this PR but I think we should change the linter configuration. I like the original code better. LGTM for now though |
Codecov Report
@@ Coverage Diff @@
## master #990 +/- ##
==========================================
+ Coverage 30.59% 34.22% +3.62%
==========================================
Files 85 133 +48
Lines 7148 10800 +3652
==========================================
+ Hits 2187 3696 +1509
- Misses 4724 6718 +1994
- Partials 237 386 +149
Continue to review full report at Codecov.
|
* master: (23 commits) Adds support for TTL in Redis State Store (dapr#990) Adds support for TTL in Memcached State Store (PR Fixup) (dapr#1011) Adds support for TTL in Cassandra State Store (dapr#996) Return blob metadata and add list operation (dapr#999) Added new output binding for Cosmos Graph DB - Gremlin (dapr#885) Adds support for TTL in CosmosDB State Store (dapr#991) Delete unused code and update test (dapr#924) Return SystemProperties on events from EventHubs bindings and pubsub (dapr#1009) Implement E2E tests for zeebe (dapr#973) rebase (dapr#982) Update CODEOWNERS (dapr#987) ci: add test skip case (dapr#922) fix: Mysql should support more data types. dapr#923 (dapr#926) fix: Dapr runtime panic when handle Pub/Sub (dapr#3281) (dapr#967) switch to golang-jwt (dapr#993) unmarshal getBlobRetryCount as int (dapr#919) secretstores: support more format of azure key vault (dapr#944) Optimize vault secret component error output (dapr#909) Convert AZURE_KEYVAULT in conformance.yml a GitHub secret (dapr#1002) Use AzureKeyVaultName param for Azure Keyvault conformance test (dapr#975) ... # Conflicts: # secretstores/hashicorp/vault/vault.go
Description
Adds support for TTL in Redis State Store
Issue reference
#306
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: