You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我最近需要进行批量插入数据,每次约有80w,我如何批量插入?
java.lang.UnsupportedOperationException: Pipeline is currently not supported for JedisClusterConnection.
at org.springframework.data.redis.connection.jedis.JedisClusterConnection.openPipeline(JedisClusterConnection.java:4050)
at org.springframework.data.redis.connection.DefaultStringRedisConnection.openPipeline(DefaultStringRedisConnection.java:2719)
The text was updated successfully, but these errors were encountered:
我最近需要进行批量插入数据,每次约有80w,我如何批量插入?
java.lang.UnsupportedOperationException: Pipeline is currently not supported for JedisClusterConnection.
at org.springframework.data.redis.connection.jedis.JedisClusterConnection.openPipeline(JedisClusterConnection.java:4050)
at org.springframework.data.redis.connection.DefaultStringRedisConnection.openPipeline(DefaultStringRedisConnection.java:2719)
The text was updated successfully, but these errors were encountered: