methodRedisClient.decrdecr(key: KeyLike): Promise<number>;Decrement the integer value of a key by one@param keyThe key to decrement@returnsPromise that resolves with the new valueReferenced typestype KeyLike = string | ArrayBufferView | Blob