[FEATURE] убрать отдельный ClusterClient/Client и использовать UniversalClient #113

Closed
opened 2024-10-01 15:20:09 +03:00 by vtolstov · 0 comments
Owner

в последних версиях редис появился интерфейс UniversalClient https://pkg.go.dev/github.com/go-redis/redis#UniversalClient

нужно убрать https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/redis.go#L20
заменить https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/redis.go#L46 на redis.UniversalClient
переделать https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/redis.go#L352 на заполнение опций для universal client
сделать доп опцию UniversalConfig и просто Config https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/options.go

в последних версиях редис появился интерфейс UniversalClient https://pkg.go.dev/github.com/go-redis/redis#UniversalClient нужно убрать https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/redis.go#L20 заменить https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/redis.go#L46 на redis.UniversalClient переделать https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/redis.go#L352 на заполнение опций для universal client сделать доп опцию UniversalConfig и просто Config https://git.unistack.org/unistack-org/micro-store-redis/src/branch/master/options.go
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-store-redis#113
No description provided.