-
|
If we use pipeline with jedis then it works fine but same thing is not working with UnifiedJedis. Is there any way to use pipeline with UnifiedJedis? Pipeline pipeline1 =jedis.pipelined(); |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
You are required to do a type-cast: From Jedis 5, you would be able to do: |
Beta Was this translation helpful? Give feedback.
-
|
@sazzad16 Thanks for the valuable response. |
Beta Was this translation helpful? Give feedback.
You are required to do a type-cast:
From Jedis 5, you would be able to do: