redis / rueidis

A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move the `ginkgo/v2` dependency to `rueidiscompat` subpackage

rueian opened this issue · comments

Following PR #447, and #453, we should continue to reduce unnecessary dependencies for users.

The github.com/onsi/ginkgo/v2 is only used in the rueidiscompat subpackage for testing. It will be better to move the dependency to a new rueidiscompat go.mod file.

Raised a PR for the same!

This has been done by cherry-picking commits from #467 and #472