methodRedisClient.getdelgetdel(key: KeyLike): Promise<null | string>;Get the value of a key and delete the key@param keyThe key to get and delete@returnsPromise that resolves with the value of the key, or null if the key doesn't existReferenced typestype KeyLike = string | ArrayBufferView | Blob