Found 84 packages
StackExchange.Redis.Extensions.LegacyConfiguration is a library that allows you to use App.Config or WebConfig with StackExchange.Redis.Extensions
Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Provides Redis features for configuration, cache, bus and lock.
Plato.Configuration deployment package
Package Description
Configuration user interface for Hangfire servers, storages and workers.
Contains dlls of Redis Persistence Provider: RedisProvider which implements interfaces: IPersistenceProvider, ISchemePersistenceProvider and IWorkflowGenerator. Steps for workflow runtime configuration with RedisProvider: http://workflowenginenet.com/Documentation/Detail/howtoconnect in Create WorkflowRuntime section.
3.0.1 Dotnet 8.0 target framework added, older versions removed. BinaryFormatter serialization removed, Json is used as master serializer/deserializer. 2.9.0 Fix: Redis Sentinel support added correctly. Feat: Degraded health status added for sentinel mode only. 2.8.1 Multi get async support. 2.8.0 Keys can be fetched in both binary and json formatter serialized, but can only be set in json formatter serialized to transform binary formatter serialized keys which is unsupported. 2.7.1 Added try-catch expression to prevent data loss when converting binary formatter to json formatter. 2.7.0 Main release 2.6.2-preview Deleted try catch expression(unnecessary and don't preserve stack trace). Replaced Obsolete method with suggested method. 2.6.0-preview Enabling pub/sub is now optional, defaults to false HashRemove and HashCounter supports added 2.5.0-preview Multiple Sentinel and Redis Cluster support More accurate healthcheck for any kind of server installation (Cluster, Sentinel, Basic) StackExchange.Redis upgrade 2.4.0-preview More extension methods added (Get a key from redis, if null set it via method and return) 2.3.0-preview Numerous type of handy extension methods are added such as Hash, HashAsObject, Set Use HashAsObject to store a complete object into hash fields for boosted performance (Only supports Json serialization), and able to get selected fields rather than the entire object Use Set for relationships or etc. 2.1.3-preview Carbon.Redis JSON binary serializer added on the top of binary formatter serializer which is unsupported as of dotnet 5. Simply use static method ICarbonCacheExtensions.SetSerializationType as desired serialization type which defaults to binaryformatter. If you try to get binaryformatter serialized keys via json binary serializer from redis, you will receive default value (such as null). At that moment, remove the existing key, and add the new one with the new serializer, or use set to replace it. System.Text.Json (faster) is used as master serializer/deserializer replacing Newtonsoft.Json. This may require to add [Serializable] tag over your objects, make sure you consider it! 2.0.0-preview Enables you to use CarbonRedisCache Helper in your services to access more extended methods and capabilities (i.e. RedLock, Redis PubSub etc.) and make the legacy apis compatible with this package Handle with care while using this Helper extension methods as it contains binaryformatters which are obsoleted as of dotnet 5, either allow this feature in your csproj or do not use dotnet 5 and greater BinaryFormatters will migrate to JsonSerializers or other serializations at incoming versions 1.3.3 Added SSL/TLS connection support 1.2.0 Added health check. 1.0.9 - Redis Key Length Retrieval from Configuration, not from Redis as a Key 1.0.4 - Scan Keys And Remove By Pattern
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
Let the redis as a configuration source.
Basic redis backed implementations of the interfaces in RegenerativeDistributedCache.Interfaces for an external (network) cache, a fan out pub/sub message bus, and a distributed locking mechanism for use with RegenerativeDistributedCache.RegenerativeCacheManager.
Distributed caching based on StackExchange.Redis and Redis. Small library for manage cache with Redis. A quick setup for Redis. Wrapper library is just written for the purpose to bring a new level of ease to the developers who deal with Redis Cache integration with your system. LiteXCache is simple yet powerful and very high-performance cache mechanism and incorporating both synchronous and asynchronous usage with some advanced usages of caching which can help us to handle caching more easier! Provide Cache service for any type of application (.NET 5, .NET Core, .NET Standard). Very simple yet advanced configuration. Minimal (one line) code configuration is required.
Extention methods for redis, implemented redis lock and some other features. it's easy to use, for .net core implement injection "services.AddRedisStore(configuration, "redis"); where "redis" is section for get configuration
Plug-In built on StackExchange.Redis providing configuration and integrated pub/sub of domain-events.
Use REDIS to store the configurationStore dynamic configuration into REDIS.
A generic cache mechanism that provides config switching between memory, ASP.NET web, AppFabric, memcached and redis cache mechasnisms. Supports advanced features such as cache dependencies and also fully supports AppFabric and redis within Azure. This package contains example code, configuration updates and release notes in addition to the binaries. If you have already installed this package previously, or only require an updated binary, then please update or install the Glav.CacheAdapter.Core package.
A generic cache mechanism that provides config switching between memory, ASP.NET web, AppFabric, memcached and redis cache mechasnisms. Supports advanced features such as cache dependencies and also fully supports AppFabric and redis within Azure. This package contains no examples or documentation and contains core components only. If you require examples, configuration updates and version notes in addition to the updated binary, please use the full Glav.CacheAdapter package.