Skip to content

Commit

Permalink
increment version for docs rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
guyroyse committed Nov 18, 2021
1 parent 20e6b1d commit b318a36
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 80 deletions.
16 changes: 8 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A constructor that creates an [Entity](classes/Entity.md) of type TEntity.

#### Defined in

[lib/entity/entity.ts:10](https://github.com/redis/redis-om-node/blob/68e0efb/lib/entity/entity.ts#L10)
[lib/entity/entity.ts:10](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/entity/entity.ts#L10)

___

Expand All @@ -77,7 +77,7 @@ A JavaScript object containing the underlying data of an [Entity](classes/Entity

#### Defined in

[lib/entity/entity.ts:4](https://github.com/redis/redis-om-node/blob/68e0efb/lib/entity/entity.ts#L4)
[lib/entity/entity.ts:4](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/entity/entity.ts#L4)

___

Expand All @@ -89,7 +89,7 @@ Contains instructions telling how to map a property on an [Entity](classes/Entit

#### Defined in

[lib/schema/schema-definitions.ts:54](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema-definitions.ts#L54)
[lib/schema/schema-definitions.ts:54](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema-definitions.ts#L54)

___

Expand All @@ -109,7 +109,7 @@ A function that generates random [Entity IDs](classes/Entity.md#entityid).

#### Defined in

[lib/schema/schema-definitions.ts:68](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema-definitions.ts#L68)
[lib/schema/schema-definitions.ts:68](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema-definitions.ts#L68)

___

Expand All @@ -128,7 +128,7 @@ contains a [FieldDefinition](README.md#fielddefinition) that tell Redis OM how t

#### Defined in

[lib/schema/schema-definitions.ts:59](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema-definitions.ts#L59)
[lib/schema/schema-definitions.ts:59](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema-definitions.ts#L59)

___

Expand All @@ -149,7 +149,7 @@ Configuration options for a [Schema](classes/Schema.md).

#### Defined in

[lib/schema/schema-options.ts:7](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema-options.ts#L7)
[lib/schema/schema-options.ts:7](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema-options.ts#L7)

___

Expand All @@ -161,7 +161,7 @@ The type of data structure in Redis to map objects to.

#### Defined in

[lib/client.ts:21](https://github.com/redis/redis-om-node/blob/68e0efb/lib/client.ts#L21)
[lib/client.ts:21](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/client.ts#L21)

___

Expand Down Expand Up @@ -193,4 +193,4 @@ A function that takes a [Search](classes/Search.md) and returns a [Search](class

#### Defined in

[lib/search/search.ts:21](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L21)
[lib/search/search.ts:21](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L21)
8 changes: 4 additions & 4 deletions docs/classes/Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Close the connection to Redis.

#### Defined in

[lib/client.ts:79](https://github.com/redis/redis-om-node/blob/68e0efb/lib/client.ts#L79)
[lib/client.ts:79](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/client.ts#L79)

___

Expand Down Expand Up @@ -77,7 +77,7 @@ The raw results of calling the Redis command.

#### Defined in

[lib/client.ts:56](https://github.com/redis/redis-om-node/blob/68e0efb/lib/client.ts#L56)
[lib/client.ts:56](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/client.ts#L56)

___

Expand Down Expand Up @@ -107,7 +107,7 @@ A repository for the provided schema.

#### Defined in

[lib/client.ts:71](https://github.com/redis/redis-om-node/blob/68e0efb/lib/client.ts#L71)
[lib/client.ts:71](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/client.ts#L71)

___

Expand All @@ -129,4 +129,4 @@ Open a connection to Redis at the provided URL.

#### Defined in

[lib/client.ts:43](https://github.com/redis/redis-om-node/blob/68e0efb/lib/client.ts#L43)
[lib/client.ts:43](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/client.ts#L43)
2 changes: 1 addition & 1 deletion docs/classes/Entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ The generated entity ID.

#### Defined in

[lib/entity/entity.ts:22](https://github.com/redis/redis-om-node/blob/68e0efb/lib/entity/entity.ts#L22)
[lib/entity/entity.ts:22](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/entity/entity.ts#L22)
2 changes: 1 addition & 1 deletion docs/classes/RedisError.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Error.constructor

#### Defined in

[lib/errors.ts:2](https://github.com/redis/redis-om-node/blob/68e0efb/lib/errors.ts#L2)
[lib/errors.ts:2](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/errors.ts#L2)

## Properties

Expand Down
16 changes: 8 additions & 8 deletions docs/classes/Repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Constructs a new Repository.

#### Defined in

[lib/repository/repository.ts:60](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L60)
[lib/repository/repository.ts:60](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L60)

## Methods

Expand All @@ -100,7 +100,7 @@ A newly created Entity.

#### Defined in

[lib/repository/repository.ts:100](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L100)
[lib/repository/repository.ts:100](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L100)

___

Expand All @@ -117,7 +117,7 @@ that RediSearch or RedisJSON is installed on your instance of Redis.

#### Defined in

[lib/repository/repository.ts:71](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L71)
[lib/repository/repository.ts:71](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L71)

___

Expand All @@ -135,7 +135,7 @@ on your instance of Redis.

#### Defined in

[lib/repository/repository.ts:84](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L84)
[lib/repository/repository.ts:84](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L84)

___

Expand All @@ -161,7 +161,7 @@ The matching Entity.

#### Defined in

[lib/repository/repository.ts:138](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L138)
[lib/repository/repository.ts:138](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L138)

___

Expand All @@ -184,7 +184,7 @@ not found, does nothing.

#### Defined in

[lib/repository/repository.ts:159](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L159)
[lib/repository/repository.ts:159](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L159)

___

Expand All @@ -209,7 +209,7 @@ The ID of the Entity just saved.

#### Defined in

[lib/repository/repository.ts:111](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L111)
[lib/repository/repository.ts:111](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L111)

___

Expand All @@ -228,4 +228,4 @@ A [Search](Search.md) object.

#### Defined in

[lib/repository/repository.ts:170](https://github.com/redis/redis-om-node/blob/68e0efb/lib/repository/repository.ts#L170)
[lib/repository/repository.ts:170](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/repository/repository.ts#L170)
10 changes: 5 additions & 5 deletions docs/classes/Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ its constructor.

#### Defined in

[lib/schema/schema.ts:53](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema.ts#L53)
[lib/schema/schema.ts:53](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema.ts#L53)

## Accessors

Expand All @@ -81,7 +81,7 @@ that this Schema uses to store [Entities](Entity.md) in Redis.

#### Defined in

[lib/schema/schema.ts:72](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema.ts#L72)
[lib/schema/schema.ts:72](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema.ts#L72)

___

Expand All @@ -97,7 +97,7 @@ The configured name for the RediSearch index for this Schema.

#### Defined in

[lib/schema/schema.ts:66](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema.ts#L66)
[lib/schema/schema.ts:66](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema.ts#L66)

___

Expand All @@ -113,7 +113,7 @@ The configured keyspace prefix in Redis for this Schema.

#### Defined in

[lib/schema/schema.ts:63](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema.ts#L63)
[lib/schema/schema.ts:63](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema.ts#L63)

## Methods

Expand All @@ -129,4 +129,4 @@ Generates a unique string using the configured [IdStrategy](../README.md#idstrat

#### Defined in

[lib/schema/schema.ts:81](https://github.com/redis/redis-om-node/blob/68e0efb/lib/schema/schema.ts#L81)
[lib/schema/schema.ts:81](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/schema/schema.ts#L81)
18 changes: 9 additions & 9 deletions docs/classes/Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A subclass of [WhereField](WhereField.md) matching the type of the field.

#### Defined in

[lib/search/search.ts:124](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L124)
[lib/search/search.ts:124](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L124)

**and**(`subSearchFn`): [`Search`](Search.md)<`TEntity`\>

Expand All @@ -63,7 +63,7 @@ Sets up a nested search as a logical AND.

#### Defined in

[lib/search/search.ts:131](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L131)
[lib/search/search.ts:131](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L131)

___

Expand All @@ -79,7 +79,7 @@ Returns the number of [Entities](Entity.md) that match this query.

#### Defined in

[lib/search/search.ts:51](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L51)
[lib/search/search.ts:51](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L51)

___

Expand All @@ -103,7 +103,7 @@ A subclass of [WhereField](WhereField.md) matching the type of the field.

#### Defined in

[lib/search/search.ts:141](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L141)
[lib/search/search.ts:141](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L141)

**or**(`subSearchFn`): [`Search`](Search.md)<`TEntity`\>

Expand All @@ -123,7 +123,7 @@ Sets up a nested search as a logical OR.

#### Defined in

[lib/search/search.ts:148](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L148)
[lib/search/search.ts:148](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L148)

___

Expand All @@ -148,7 +148,7 @@ An array of [Entities](Entity.md) matching the query.

#### Defined in

[lib/search/search.ts:64](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L64)
[lib/search/search.ts:64](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L64)

___

Expand Down Expand Up @@ -180,7 +180,7 @@ An array of [Entities](Entity.md) matching the query.

#### Defined in

[lib/search/search.ts:85](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L85)
[lib/search/search.ts:85](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L85)

___

Expand All @@ -205,7 +205,7 @@ A subclass of [WhereField](WhereField.md) matching the type of the field.

#### Defined in

[lib/search/search.ts:106](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L106)
[lib/search/search.ts:106](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L106)

**where**(`subSearchFn`): [`Search`](Search.md)<`TEntity`\>

Expand All @@ -226,4 +226,4 @@ they are treated logically as AND.

#### Defined in

[lib/search/search.ts:114](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/search.ts#L114)
[lib/search/search.ts:114](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/search.ts#L114)
2 changes: 1 addition & 1 deletion docs/classes/Where.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Converts this [Where](Where.md) into a portion of a RediSearch query.

#### Defined in

[lib/search/where.ts:8](https://github.com/redis/redis-om-node/blob/68e0efb/lib/search/where.ts#L8)
[lib/search/where.ts:8](https://github.com/redis/redis-om-node/blob/20e6b1d/lib/search/where.ts#L8)
Loading

0 comments on commit b318a36

Please sign in to comment.