Skip to content

Commit

Permalink
Some minor cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Aug 14, 2024
1 parent 2c6ecf6 commit 330af0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/src/GlideClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export class GlideClient extends BaseClient {
}

/** Rewrite the configuration file with the current configuration.
* @see {@link https://valkey.io/commands/config-rewrite/|valkey.io}for details.
* @see {@link https://valkey.io/commands/config-rewrite/|valkey.io} for details.
*
* @returns "OK" when the configuration was rewritten properly. Otherwise, an error is thrown.
*
Expand All @@ -305,6 +305,7 @@ export class GlideClient extends BaseClient {
}

/** Resets the statistics reported by Redis using the INFO and LATENCY HISTOGRAM commands.
*
* @see {@link https://valkey.io/commands/config-resetstat/|valkey.io} for details.
*
* @returns always "OK".
Expand Down

0 comments on commit 330af0b

Please sign in to comment.