redis icon indicating copy to clipboard operation
redis copied to clipboard

Vapor provider for RediStack

Results 9 redis issues
Sort by recently updated
recently updated
newest added

I'm trying to debug an issue with my Redis PubSub where it's throwing a warning about "(RediStack) connection attempted to create a PubSub subscription". I think what may be happening...

bug

Hey @Mordil. I am using v3.4.0 (the Vapor 3.0/Redis NIO implementation) and noticed that when requests are in flight and the connection gets dropped, the promise is not getting fulfilled...

The `KeyedCacheSupporting` implementation wraps all `Codable` values in a `data` object. I can see why this is needed for `String`, `Int`, etc, when using `Codable` with JSON. However, when getting...

enhancement

**Is your feature request related to a problem? Please describe.** Redis is now adopting dual source-available licensing. This also updated requirements on the use of “Redis” in product names. Here's...

enhancement

### Describe the issue NIOCore.SocketAddressError.unknown from configuration ### Vapor version 4.92.4 ### Operating system and version Ubuntu Linux 22.04 ### Swift version Swift 5.9 ### Steps to reproduce We have...

bug

Redis - This PR aims to solve the impossibility to use the package without dependencies in unit test environments. - `RedisFactory` is a protocol that defines how to produce `RedisClient`s....