48 packages tagged with “idempotent”
The cache definition of the IdempotentAPI project.
The access cache implementation of the IdempotentAPI project.
IdempotentAPI is an ASP.NET Core attribute by which any HTTP write operations (POST and PATCH) can have effect only once for the given request data.
The distributed access lock definition of the IdempotentAPI project.
Simple Idempotent CQRS
The DistributedCache implementation for the definition of the IdempotentAPI.Cache.
The FusionCache implementation for the definition of the IdempotentAPI.Cache.
Microsoft SQL Server inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using SQL Server as the persistence layer.
PostgreSQL inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using PostgreSQL as the persistence layer.
The Madelson DistributedLock implementation for the definition of the IdempotentAPI.DistributedAccessLock.
IdempotentAPI support in Minimal APIs.
MySQL inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using MySQL as the persistence layer.
The RedLockNet implementation for the definition of the IdempotentAPI.DistributedAccessLock.
Amazon DynamoDB inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using DynamoDB as the persistence layer.
SQLite inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using SQLite as the persistence layer.
Base package for Workflow-core peristence providers using entity framework with idempotency support.
Provides idempotency support while persisting workflows running on Workflow Core to a PostgreSQL database.
Istanbul.ApiIdempotency.Core is dependency of Istanbul.ApiIdempotency .net package which focuses on helping developers to implement idempotency concept easily to their applications.
Idempotent SQL Generator for Oracle
Istanbul.ApiIdempotency is a .net package which focuses on helping developers to implement idempotency concept easily to their applications.
Istanbul.ApiIdempotency.Redis.StackExchange is Redis data store provider (based on StackExchange) of Istanbul.ApiIdempotency .net package which focuses on helping developers to implement idempotency concept easily to their applications.
The framework BitArray is helpful but it has a serious flaw in the fact that it is not immutable. This is the primary motivation for working on this package in order to achieve just such an ImmutableBitArray. Reflexive operations can modify an instance but otherwise bitwise operations should yield a wholely new instance.
Idempotent Jobs extension for Hangfire
A set of filters that ensures each message is proccesed only once
MongoDB inbox provider for Paramore.Brighter Command Processor. Enables inbox pattern implementation for idempotent command and event handling using MongoDB as the document persistence layer.
分布式幂等性锁:Taurus.Idempotent is a idempotent lock for .net or .net core.【支持:Redis、MemCache、Database、File 四类锁】
IdempotentAPI is an ASP.NET Core attribute by which any HTTP write operations (POST and PATCH) can have effect only once for the given request data. (neoilx fork with ContentLength fix)