go-redis
go-redis copied to clipboard
remove ctx fields, as they serve no purpose anymore
While migrating one of my projects to v8, I realized that there are still context
fields left, which don't server any purpose anymore after https://github.com/go-redis/redis/pull/1493.
So I propose to remove them altogether.
Thanks, I will keep this for v9.
Wow, I completely forgot about this :D I will rebase onto master this evening.
Looks like a similar PR was merged some time ago and this is no longer needed. Thanks anyway.