Skip to content

Conversation

@jack-karamanian
Copy link

This PR allows user specified text to be inserted between keys.

This is enabled through the plugins options, as such:

'Plugin::Session' => {
    key_prefix => 'example'
}

This option will produce Redis keys as follows:

session:example:971331427b83f4375988c3373285b7261a7c2c4d

expires:example:971331427b83f4375988c3373285b7261a7c2c4d

This feature is useful to categorize sessions within a single Redis database.

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 this pull request may close these issues.

1 participant