This repository was archived by the owner on Feb 21, 2023. It is now read-only.
Replies: 1 comment
-
Nevermind, that is just how Redis works it seems. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I set a key with a different type, like int? Everything is set as strings.
For instance:
await redis.set("current_pid", os.getpid())
Can I set this as an int and return it as an int?
Beta Was this translation helpful? Give feedback.
All reactions