redis.set("key", "value") assert redis.get("key") == "value"
Return the value of the specified key or None if the key doesn’t exist.
None
Was this page helpful?