Skip to content

Commit

Permalink
note changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Oct 6, 2024
1 parent 8a7486c commit c3c0f9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Re.this Changelog

## 0.1.4

* Use stricter typing in arguments.
* Removed unnecessary option constructs and moved to `VaryingArgument`.
* Removed unnecessary different type write operations since
the [protocol states](https://redis.io/docs/latest/develop/reference/protocol-spec/#resp-protocol-description)
that it always array of bulk strings.
* Supported setting charset for incoming and outgoing messages.

## 0.1.3

* Publish missing meta package
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ dependencies {
}
```

# Comparison
# Benchmark

There is a benchmark comparing popular library solutions:

```toml
main summary:
Expand Down

0 comments on commit c3c0f9d

Please sign in to comment.