The key to get.
type MyType = { a: number; b: string;}await redis.getdel<MyType>("key");// returns {a: 1, b: "2"}