- 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