Skip to content

Releases: synlay/logstash-filter-cache-redis

0.3.1

22 Jul 15:53
Compare
Choose a tag to compare
  • Prevent infinite loops for retries after errors or failed lock acquisitions
  • Introduce optional configuration options for controlling the count and the interval of retries - see :max_retries, :lock_retry_interval and :max_lock_retries

0.3.0

20 Jul 21:10
Compare
Choose a tag to compare
  • Support for GET, SET, EXISTS, DEL, SADD, SMEMBERS and SCARD
  • Introduce new control field cmd_key_is_formatted for declaring commands to be resolved through - see %{foo} handling

0.2.0

17 Jul 14:03
Compare
Choose a tag to compare
  • [New]: Support for HSET and HGET