v1.2.2
最新版本地址:
https://mvnrepository.com/artifact/com.github.yiding-he/hydrogen-ssdb
本次修改:
SsdbClient添加multiGetBytes()方法;multiSet(List<KeyValue>)也支持字节串;- 修复构造方法中超时时间单位错误的问题。
最新版本地址:
https://mvnrepository.com/artifact/com.github.yiding-he/hydrogen-ssdb
本次修改:
SsdbClient 添加 multiGetBytes() 方法;multiSet(List<KeyValue>) 也支持字节串;