go-redis / redismock

Redis client Mock
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
280 stars 60 forks source link

Request go-redes v9 support #44

Closed Jimmy01010 closed 1 year ago

Jimmy01010 commented 1 year ago

Request go-redes v9 support, please~

sejin-P commented 1 year ago

Please

dtsulik commented 1 year ago

Opened PR #45

sejin-P commented 1 year ago

@dtsulik Did you apply all new/updated features in redis v9 in this PR? Incredible!

monkey92t commented 1 year ago

v9 will be finished within this week.

dtsulik commented 1 year ago

@sejin-P I have not, my PR is more of base for v9. It needs lot of work.

Also looks like my PR can be ignored/closed, because @monkey92t added v9 support 18 hours ago.

sejin-P commented 1 year ago

Although you couldn't have done all of features, you did a great job. Thank you for your efforts. @dtsulik

monkey92t commented 1 year ago

go-redis v9 is still in rc version, mock already supports go-redis 9.0.0-rc.2. But we still need to wait for the official version of go-redis v9.

Recently, I am considering compatibility with redis6 in the v9 version, it seems that it will take a while.

Sorry for neglecting mock-api some time ago...

vmihailenco commented 1 year ago

@monkey92t just heads up that the repo has been moved https://github.com/redis/go-redis. I will tag v9.0.0 in a few days some testing.

monkey92t commented 1 year ago

@monkey92t just heads up that the repo has been moved https://github.com/redis/go-redis. I will tag v9.0.0 in a few days some testing.

😄I have updated the import of redismock

monkey92t commented 1 year ago

v9.0.1 releases