go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

remove ctx fields, as they serve no purpose anymore

Open kernle32dll opened this issue 4 years ago • 2 comments

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.

kernle32dll avatar Sep 17 '20 16:09 kernle32dll

Thanks, I will keep this for v9.

vmihailenco avatar Sep 18 '20 06:09 vmihailenco

Wow, I completely forgot about this :D I will rebase onto master this evening.

kernle32dll avatar Jul 07 '21 13:07 kernle32dll

Looks like a similar PR was merged some time ago and this is no longer needed. Thanks anyway.

vmihailenco avatar Oct 06 '22 07:10 vmihailenco