We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 166e5e8 + 2ffa7ce commit f681c20Copy full SHA for f681c20
docs/classes/Client.md
@@ -16,7 +16,7 @@ its constructor.
16
17
**`Deprecated`**
18
19
-Just used Node Redis client directly and pass it to the Repository.
+Just use Node Redis client directly and pass it to the Repository.
20
21
## Table of contents
22
lib/client/client.ts
@@ -60,7 +60,7 @@ export type CreateOptions = {
60
* A Client is primarily used by a {@link Repository} which requires a client in
61
* its constructor.
62
*
63
- * @deprecated Just used Node Redis client directly and pass it to the Repository.
+ * @deprecated Just use Node Redis client directly and pass it to the Repository.
64
*/
65
export class Client {
66
/** @internal */
0 commit comments