Open Closed

Distributed event bus Inbox/Outbox pattern Distributed Locking Pre-Requirement alternatives #8219


User avatar
0
mariovh created
  • ABP Framework version: v8.1.3
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes

Hi, I'm using Azure Distributed Event Bus with Inbox/Outbox patterns. One Pre-Requirement is Distributed Locking. Using Redis is working fine for us, but production costs in Azure are very high, due to the number of applications and environments we have, in which we would need a Azure Cache for Redis per application and environment. Is there an alternative or can a different solution be implemented to avoid using Redis?

Thank you.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can use the below provider to replace the Redis.

    https://abp.io/docs/latest/framework/infrastructure/distributed-locking

    The DistributedLock library provides various of implementations for the locking

Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35