jedis icon indicating copy to clipboard operation
jedis copied to clipboard

Helper methods to use a Jedis object within a JedisPool

Open oscar-besga-panel opened this issue 8 months ago • 1 comments

Add two helper methods to JedisPool

  • one that uses a lamda to operate with a jedis connection from the pool and doesn't return anything
  • other similar but it returns something

oscar-besga-panel avatar Nov 02 '23 21:11 oscar-besga-panel