methodRedisClient.decrbydecrby(key: KeyLike,decrement: number): Promise<number>;Decrement the integer value of a key by the given amount@param keyThe key to decrement@param decrementThe amount to decrement by@returnsPromise that resolves with the new value after decrementingReferenced typestype KeyLike = string | ArrayBufferView | Blob