``` var id uintptr = 123 err := rdb.Set(ctx, "test1", id, 0) if err != nil { t.Fatal(err) } ```
Activity
khasanovbi commentedon Oct 14, 2024
It's look a little bit strange that you want to store pointer on db, for me this doesn't look good.
ndyakov commentedon Mar 20, 2025
@oldme-git I have responded in the PR, would you like to follow up the discussion there or we should close this ?