All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING:
evalscript
method signature is now changed to takekeys
andargs
as separate arguments. (Ref: #109) - BREAKING:
evalscript
method now does not convert return values toString
orVector{String}
. Instead the exact returned type from script is returned. (Ref: #110) evalscript
is now allowed withPipelineConnection
andTransactionConnection
.
- TLS support added.
RedisConnection
now accepts an optionalsslconfig
parameter that can contain an instance ofMbedTLS.SSLConfig
to use for TLS. (Ref: #103) - New
psubscribe_data
method added, similar to the existingsubscribe_data
method, but for pattern subscriptions. (Ref: #102)
Fixes: