Skip to content

Commit

Permalink
fixup: Add information about removal of sds
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Svensson <[email protected]>
  • Loading branch information
bjosv committed Sep 4, 2024
1 parent 8040e63 commit 56a824a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ The general actions needed are:

## Migrating from `hiredis` v1.2.0

No version specific action needed.
The type `sds` is removed from the public API.

### Removed API functions

* `valkeyFormatSdsCommandArgv` removed from API. Can be replaced with `valkeyFormatCommandArgv`.
* `valkeyFreeSdsCommand` removed since the `sds` type is for internal use only.

## Migrating from `hiredis-cluster` 0.14.0

Expand Down

0 comments on commit 56a824a

Please sign in to comment.