Open
Description
Issue tracker is used for reporting bugs and discussing new features. Please use
stackoverflow for supporting issues.
Expected Behavior
trigger custom hook ProcessHook
Current Behavior
Unable to trigger custom hook ProcessHook
Possible Solution
Inherit the hook chain of the redis instance
Steps to Reproduce
- client = redis.NewClient(opts.Simple())
- client.AddHook(&CustomHook{redis: r})
- stickyConn := client.Conn()
- stickyConn.Get(ctx, "test").Err()
Context (Environment)
go 1.23
redis v9.6.1
Detailed Description
There is no hook chain that inherits the redis instance

Possible Implementation
Inherit the hook chain of the redis instance
Metadata
Metadata
Assignees
Labels
No labels