You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move SETINFO calls to ChannelHandler so they can be written along with HELLO (#172)
* Revert "Call CLIENT SETINFO on initialisation of connection (#170)"
This reverts commit 5106ebf.
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
* Add support for sending additional command in handshake
- Add ignore case to ValkeyPromise for commands whose results we don't care about
- Add deque of pending commands to ConnectedState
- Push remaining pending commands to active state once we receive the hello
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
* Add globals for library name and version
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
* Split hello from other pending commands
Move version to Version.swift
Rename ValkeyPromise.ignore to forget
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
* Fix benchmark
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
* Update Sources/Valkey/Connection/ValkeyChannelHandler.swift
Co-authored-by: Fabian Fett <fabianfett@apple.com>
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
* Cannot cancel while in connected state
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
* Add create and drop benchmark
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
---------
Signed-off-by: Adam Fowler <adamfowler71@gmail.com>
Co-authored-by: Fabian Fett <fabianfett@apple.com>
0 commit comments