The key to get.
redis.set("key", "value")assert redis.getdel("key") == "value"assert redis.get("key") == None