Baoyi Chen
Baoyi Chen
@sazzad16 yes. but since 2017 to present. there is not an implementation of rfc6901 from RedisJSON. related issue [#3](https://github.com/RedisJSON/RedisJSON/issues/3) , [#18](https://github.com/RedisJSON/RedisJSON/issues/18). so client side implementation is an option
choose option 2
@theigl ``` Exception in thread "main" java.lang.reflect.InaccessibleObjectException: Unable to make field private transient java.lang.Object java.lang.Throwable.backtrace accessible: module java.base does not "opens java.lang" to unnamed module @2eafffde at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354) at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)...
@mp911de spring changed the log level in 6.1, before 6.1 this log is `INFO` level, after upgrade 6.1 this log changed to `WARN`
@NickNYU 实际上x-pipe应该也可以做到高版本的rdb转低版本的rdb, 但可能有些类型的key不支持,比如module stream类型不能转换成2.8版本的rdb 做法是在解析rdb时判断目标redis版本,再根据解析的结果生成一个低版本的dump格式,再restore到目标端 更多信息参见[DumpRdbValueVisitor.java#L227](https://github.com/leonchen83/redis-replicator/blob/master/src/main/java/com/moilioncircle/redis/replicator/rdb/dump/DumpRdbValueVisitor.java#L227)
@oranagra [redis-rdb-cli](https://github.com/leonchen83/redis-rdb-cli) fully support redis 7 RDB files
Hi @Prudhvi0717 Unfortunately yes, redis-rdb-cli does not support third party modules like `redisbloom`, `rejson` and etc. Because there are too many third party modules. so implement module sync is very...
Hi This Java library is not suitable for publishing to Maven because it already contains relevant Bash script files. Could you consider using Docker to run it instead?
If you want to use jgo, you can try packaging and publishing it to GitHub Packages yourself, similar to the example here: [https://github.com/billcrook/redis-rdb-cli/packages/481686](https://github.com/billcrook/redis-rdb-cli/packages/481686).
The demand for this is not significant at the moment. If others have a similar issue in the future, I'll upload redis-rdb-cli to the Maven Central Repository then. So currently,...