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 `ulid` dependency to the `om` and `rueidisaside` subpackages

rueian opened this issue · comments

Following the #447,

We should continue to reduce unnecessary dependencies for users.

The github.com/oklog/ulid/v2 is only used in the om and the rueidisaside. It will be better to move the dependency to their separate go.mod.

Added a PR that fixes this