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

Support bytes #22

Open
elbaro opened this issue Aug 12, 2023 · 0 comments
Open

Support bytes #22

elbaro opened this issue Aug 12, 2023 · 0 comments

Comments

@elbaro
Copy link

elbaro commented Aug 12, 2023

def hashi(self, key, replica=0):
        """Returns a ketama compatible hash from the given key."""
        dh = self._listbytes(md5(str(key).encode("utf-8")).digest())
        ...

hashi(b'abc') returns in dh=md5(b"b'abc'") instead of dh=md5(b'abc').

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