Skip to content

Releases: SwiftNIOExtras/swift-nio-redis

FlushIt

29 Jan 23:05
8bdd2e9
Compare
Choose a tag to compare

Errors did not get properly flushed, resulting in clients getting stuck when encountering one. E.g. in the case of redis-cli, by sending a COMMAND DOCS, which is unsupported in Redi/S.

Extra Protocol

26 Jul 10:06
Compare
Choose a tag to compare
Extra Protocol Pre-release
Pre-release

Decouple the protocol implementation from the client to make it useful to arbitrary higher level frameworks. The client now lives in an extra package over at Noze.io.