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

redis key info is essentially backwards #29

Open
jvanasco opened this issue May 21, 2015 · 0 comments
Open

redis key info is essentially backwards #29

jvanasco opened this issue May 21, 2015 · 0 comments

Comments

@jvanasco
Copy link

so there is this bit in redis_.py

def _format_key(self, key):
    return 'beaker:%s:%s' % (self.namespace, key.replace(' ', '\302\267'))

That generates a key like this:

beaker:f1d17960690c49a9807e5b4c2e29afd3:session

but one might expect

beaker:session:f1d17960690c49a9807e5b4c2e29afd3

If this was intended, there should be a note to let people know how/where to look for their data.

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

No branches or pull requests

1 participant