Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GetClient method to all implementations #184

Open
glimchb opened this issue Feb 29, 2024 · 0 comments · May be fixed by #185
Open

Add GetClient method to all implementations #184

glimchb opened this issue Feb 29, 2024 · 0 comments · May be fixed by #185

Comments

@glimchb
Copy link
Contributor

glimchb commented Feb 29, 2024

for example:

func (c Client) GetClient() *redis.Client {
    return c.c
}

this will allow users to amend few settings after c-tor

see #131 (comment)

glimchb added a commit to glimchb/gokv that referenced this issue Feb 29, 2024
this will allow users to amend few settings after c-tor

Fixes philippgille#184

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
@glimchb glimchb linked a pull request Feb 29, 2024 that will close this issue
glimchb added a commit to glimchb/gokv that referenced this issue Feb 29, 2024
this will allow users to amend few settings after c-tor

Fixes philippgille#184

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
glimchb added a commit to glimchb/gokv that referenced this issue Feb 29, 2024
this will allow users to amend few settings after c-tor

Fixes philippgille#184

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
glimchb added a commit to glimchb/gokv that referenced this issue Feb 29, 2024
this will allow users to amend few settings after c-tor

Fixes philippgille#184

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
glimchb added a commit to glimchb/gokv that referenced this issue Feb 29, 2024
this will allow users to amend few settings after c-tor

Fixes philippgille#184

Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant