Jedis 4.2 released, Redis Java client

Jedis is a Java client library for Redis designed to improve performance and ease of use. Jedis is fully compatible with redis 2.8.x, 3.xx and above.

new features

  • Support EXPIRETIME and PEXIRETIME commands ( #2852 )
  • Support [NX|XX|GT|LT] option in EXPIREAT and PEXPIREAT commands ( #2874 )
  • Support CONFIG GET command with multiple parameters ( #2863 )
  • Support CONFIG SET command with multiple arguments ( #2949 )
  • Support passing arguments to the MODULE LOAD command ( #2918 )
  • Support FUNCTION command ( #2878 )
  • Support RedisTimeSeries module commands ( #2854 )
  • Support RedisBloom module commands ( #2875 )
  • Support RedisGraph module commands ( #2941 )
  • ……

Variety

  • Update cluster slot policy ( #2643 )
  • Configure socket buffer size via system properties ( #2915 )
  • Add javadoc for DatabasePipelineCommands ( #2873 )
  • Remove unused interfaces ( #2865 )

bug fix

  • Only string parameter in constructor is a URL ( #2872 )
  • Fix wrong CommandObject call for strAlgoLCSKeys ( #2859 )

For more details, please check: https://github.com/redis/jedis/releases/tag/v4.2.0

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324373550&siteId=291194637