Skip to content
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

Add redis persistence #12

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Add redis persistence #12

merged 2 commits into from
Dec 4, 2023

Commits on Dec 4, 2023

  1. Persist sagas to Redis

    - Add Sagas.Persistence.Pool.Abstractions
    - Move PersistableSagaPool to Sagas.Persistence.Pool.Abstractions
    - Create implementation for Sagas.Persistence.Redis
    Martin Tran authored and BradlyGosdin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8135560 View commit details
    Browse the repository at this point in the history
  2. Persist sagas to Redis

    - Update NuGet packages
    - Switch from DaprMongoEventCache to MongoEventCache
    - Update various DatabaseSettings to extend MongoDbSettings
    - Add EnableSagaSnapshots flag
    - Use IDistributedCache, IMapper with RedisPersistableSagaRepository
    - Add ServiceCollectionExtensions.AddSagaRedisSettings
    - Update sample to use Redis for saga persistence
    - Update ReadMe.md
    - Set package versions to 1.6.0
    tonysneed authored and BradlyGosdin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c2be4ca View commit details
    Browse the repository at this point in the history