-
Updated
Dec 25, 2021 - C#
#
distributed-cache
Here are 53 public repositories matching this topic...
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
c-sharp
redis
memcached
sdk
nuget
cache
dotnet-core
weixin
wechat
wechat-sdk
jssdk
weixin-sdk
senparc
net-core
tenpay
distributed-cache
net-core-2
officialaccounts
netstandard20
net-core-3
azhe403
commented
Aug 29, 2021
Seem we need RemoveAll cache with out parameter, or can called by remove everything for invalidate all cache.
For now I use following code
var listPrefix = new List<string>
{
"foo",
"bar",
"another-foo"
};
listPrefix.ForEach(prefix => {
cachingProvider.RemoveByPrefix(prefix);
});
Instead of write above code, we may can write single like below
` cachin
odidev
commented
Dec 17, 2021
redis
zookeeper
redisson
distributed-lock
distributed-cache
distributed-id-generator
distributed-limit
-
Updated
Jul 8, 2021 - Java
High performance and distributed KV store w/ REST API. 🦀
-
Updated
May 19, 2021 - Rust
Redis MemoLock - Distributed Caching with Promises
-
Updated
Sep 8, 2021 - C#
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
redis
elasticsearch
identity
cqrs
docker-compose
rest-api
clean-code
clean-architecture
serilog
jwt-token
swagger-ui
asp-net-core
jwt-authentication
redis-cache
mediatr
cleanarchitecture
ef-core
fluentvalidation
api-versioning
distributed-cache
-
Updated
Nov 21, 2021 - C#
C++ distributed platform for shared memory programming
-
Updated
Oct 1, 2020 - C++
High performance Memcached client, incorporating both synchronous and asynchronous with various transcoders (Json.NET BSON, MessagePack, Protocol Buffers) on .NET
-
Updated
Aug 3, 2021 - C#
gorm Hazelcast Cache
-
Updated
Mar 9, 2020 - Go
An HTTP Client handler that caches successful responses and replays them for improving the stability of your testing environment and speeding up your test suite.
middleware
continuous-integration
cache
httpclient
cassette
message-handler
integration-tests
distributed-cache
cassette-http
-
Updated
Jun 11, 2019 - C#
Demo code of blog post from https://sahansera.dev/distributed-caching-aspnet-core-redis/
-
Updated
Nov 4, 2021 - C#
A Distributed Cache manager package for .Net Core Projects.
-
Updated
Aug 14, 2021 - C#
A fast in-memory key-value store with a REST API interface for easy development and integration.
-
Updated
Oct 3, 2021 - C++
Sample app to demonstrate modern web application using Asp.Net Core 2.2, Elastic Search, Azure, React and Azure DevOps
elasticsearch
application-insights
dependency-injection
paas
nest
redis-cache
onion-architecture
asp-net-core-mvc
elasticsearch-client
distributed-cache
managed-service-identity
netstandard20
azure-key-vault
-
Updated
Jul 9, 2019 - C#
Spring Boot application with - Flyway migration, JWT authentication, Hibernate Envers Auditing, Hazelcast distributed caching, Docker Compose support. Checkout different releases for all features added to this application - https://github.com/chatterjeesunit/spring-boot-app/releases
docker
caching
auditing
jwt
spring-boot
authentication
docker-compose
hazelcast
flyway
traefik
jwt-authentication
restful-api
caffeine
hibernate-envers
mysql8
distributed-cache
envers
-
Updated
Dec 2, 2021 - Java
Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. Redis provides data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes, and streams.
-
Updated
Dec 4, 2021 - C#
Evolving Your Distributed Cache In a Continuous Delivery World
-
Updated
Mar 25, 2019 - Java
Simple and powerful strongly typed read-through caching extensions for .NET's IDistributedCache
-
Updated
Aug 10, 2021 - C#
simple implementation of distributed cache
-
Updated
Feb 19, 2018 - Java
ASP Core Output Cache with Memory Cache and Redis Cache support
-
Updated
Jun 22, 2017 - C#
Spring boot with mysql using remote cache Redis for distributed environments
-
Updated
Dec 9, 2021 - Java
E.V.E. is an environment variables management tool
-
Updated
Oct 11, 2018 - Go
Sample projects to learn about accessing gemfire from spring-boot applications
-
Updated
Nov 29, 2017 - Java
É um projeto criado com a proposta de solucionar um desafio técnico proposto pela empresa BeBlue
redis
cqrs
docker-compose
spotify-api
background-jobs
clean-architecture
aspnet-core
ef-core
net-core
unit-test
ddd-architecture
distributed-cache
mediator-pattern
ddd-cqrs
-
Updated
Apr 4, 2021 - C#
Combine In-Memory and Distributed Caching in ASP.NET Core
-
Updated
Jul 26, 2018 - C#
Hazelcast Cache plugin for Para
-
Updated
Dec 21, 2021 - Shell
Puma is a Linux kernel module that enables a distributed page cache between multiple hosts.
-
Updated
May 15, 2017 - C
Run the memcached Server as a Windows service
-
Updated
Oct 8, 2018 - C#
Improve this page
Add a description, image, and links to the distributed-cache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the distributed-cache topic, visit your repo's landing page and select "manage topics."
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients