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