Skip to content

Commit

Permalink
fixup: add markdown links in migration guide
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Svensson <[email protected]>
  • Loading branch information
bjosv committed Feb 3, 2025
1 parent 5270d93 commit c29e0db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ The type `sds` is removed from the public API.

* The cluster client initiation procedure is changed and `valkeyClusterOptions`
should be used to specify options when creating a context.
The `examples` directory in this repository contains some common client
See documentation for configuration examples when using the
[Synchronous API](cluster.md#connection-options) or the
[Asynchronous API](cluster.md#connecting-1).
The [examples](../examples/) directory also contains some common client
initiation examples that might be helpful.
* The default command to update the internal slot map is changed to `CLUSTER SLOTS`.
`CLUSTER NODES` can be re-enabled through options using `VALKEY_OPT_USE_CLUSTER_NODES`.
Expand Down

0 comments on commit c29e0db

Please sign in to comment.