Java.io.IOException: Software on your host aborted an established connection.

The source is located to a piece of code like this

redissonClient.getScript().scriptLoad(luaScript);

There are two methods for executing lua scripts in Redis: eval and evalsha. The default is evalsha

What did Lua do? Why does Redis need Lua? In short, for performance and atomicity of transactions. Because redis helped us to provide poor transaction functionality, and lua scripting atomicity and efficiency is what we need most.

Haven’t made clear temporarily, do note first, if have follow-up, in doing add rookie road, in fact record