redis / riot

🧨 Get data in & out of Redis with RIOT
http://redis.github.io/riot
Apache License 2.0
260 stars 38 forks source link

exceeds the maximum length of string length #139

Open FireLv opened 5 months ago

FireLv commented 5 months ago

riot version is: 3.2.0 I want to use file-import to import some data,but I got the error:"Caused by: com.fasterxml.jackson.core.exc.StreamConstraintsException: String length (20054016) exceeds the maximum length (20000000)" So,how to modify or remove the length limit? I have uploaded the error msg riot-error.txt