Skip to content

Add GetClient method to all implementations #184

Open
@glimchb

Description

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)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions