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

Set don't support unitptr #3100

Open
oldme-git opened this issue Sep 2, 2024 · 1 comment · May be fixed by #3101
Open

Set don't support unitptr #3100

oldme-git opened this issue Sep 2, 2024 · 1 comment · May be fixed by #3101

Comments

@oldme-git
Copy link

var id uintptr = 123
err := rdb.Set(ctx, "test1", id, 0)
if err != nil {
    t.Fatal(err)
}
@oldme-git oldme-git linked a pull request Sep 2, 2024 that will close this issue
@khasanovbi
Copy link

It's look a little bit strange that you want to store pointer on db, for me this doesn't look good.

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.

2 participants