Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2026 v1.0.0 May 3, 2026 Changes in this version + type MockRedisClient struct + func NewMockRedisClient(ctrl *gomock.Controller) *MockRedisClient + func (m *MockRedisClient) Delete(ctx context.Context, key string) error + func (m *MockRedisClient) DeleteByMatch(ctx context.Context, pattern string) error + func (m *MockRedisClient) EXPECT() *MockRedisClientMockRecorder + func (m *MockRedisClient) GetStruct(ctx context.Context, key string, value any) error + func (m *MockRedisClient) SetStruct(ctx context.Context, key string, value any, ttl time.Duration) error + type MockRedisClientMockRecorder struct + func (mr *MockRedisClientMockRecorder) Delete(ctx, key any) *gomock.Call + func (mr *MockRedisClientMockRecorder) DeleteByMatch(ctx, pattern any) *gomock.Call + func (mr *MockRedisClientMockRecorder) GetStruct(ctx, key, value any) *gomock.Call + func (mr *MockRedisClientMockRecorder) SetStruct(ctx, key, value, ttl any) *gomock.Call