From 189f3d8b3d16d0fe18e7baa7c499765c03ef5dbc Mon Sep 17 00:00:00 2001 From: jackygurui Date: Tue, 24 May 2016 10:58:41 +0100 Subject: [PATCH] My bad I committed the same code change in two different branch, should use merge. --- src/main/java/org/redisson/core/RScriptAsync.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/redisson/core/RScriptAsync.java b/src/main/java/org/redisson/core/RScriptAsync.java index ec78e10ba..e712abacf 100644 --- a/src/main/java/org/redisson/core/RScriptAsync.java +++ b/src/main/java/org/redisson/core/RScriptAsync.java @@ -41,8 +41,6 @@ public interface RScriptAsync { Future evalAsync(String key, Mode mode, Codec codec, String luaScript, ReturnType returnType, List keys, Object... values); - Future evalAsync(String key, Mode mode, Codec codec, String luaScript, ReturnType returnType, List keys, Object... values); - Future evalAsync(Mode mode, String luaScript, ReturnType returnType); Future evalAsync(Mode mode, Codec codec, String luaScript, ReturnType returnType);