tidwall / redcon

Redis compatible server framework for Go
MIT License
2.16k stars 159 forks source link

connection hijacking feature #71

Closed Fusl closed 1 month ago

Fusl commented 4 months ago

This PR adds a connection hijacking feature, allowing for customized handling of a Redis connection instead of relying solely on the handler callback.

tidwall commented 4 months ago

How is this different from a detached connection?