- Try to fix jvm package.
- Added
RType.unwrap
function to unwrap RType. - Improved List nullable responses parsing.
- Added
shutdown
hook. - Improved request flow.
- Enhanced the algorithm for parsing.
- Reorganized response parsing to improve performance, improved benchmarks.
- Fixed casting issue caused by type erasure and wrong inlining.
- Added connection retrying.
- Added socket configuration.
- Upgraded JVM target version to 17
- Implemented Bitmap, Stream commands.
- Improved redis response parsing.
- Improved pub/sub flow, added common event handler.
- Supported android targets (androidNativeArm32, androidNativeArm64, androidNativeX64, androidNativeX86).
- Added tls connection support
- Added option to pass redis url address.
- Use stricter typing in arguments.
- Removed unnecessary option constructs and moved to
VaryingArgument
. - Removed unnecessary different type write operations since the protocol states that it always array of bulk strings.
- Supported setting charset for incoming and outgoing messages.
- Publish missing meta package
- Fixing build
- Published to maven
- Initial version