Skip to content

Set don't support unitptr #3100

@oldme-git

Description

@oldme-git
var id uintptr = 123
err := rdb.Set(ctx, "test1", id, 0)
if err != nil {
    t.Fatal(err)
}

Activity

linked a pull request that will close this issue on Sep 2, 2024
khasanovbi

khasanovbi commented on Oct 14, 2024

@khasanovbi
Contributor

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

ndyakov

ndyakov commented on Mar 20, 2025

@ndyakov
Member

@oldme-git I have responded in the PR, would you like to follow up the discussion there or we should close this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @ndyakov@khasanovbi@oldme-git

      Issue actions

        Set don't support unitptr · Issue #3100 · redis/go-redis