methodRedisClient.getbitgetbit(key: KeyLike,offset: number): Promise<number>;Returns the bit value at offset in the string value stored at key@param keyThe key containing the string value@param offsetThe bit offset (zero-based)@returnsPromise that resolves with the bit value (0 or 1) at the specified offsetReferenced typestype KeyLike = string | ArrayBufferView | Blob