v1.0.2 : Handle no key expiration with TTL = -1

This commit is contained in:
yo000 2024-02-04 11:37:59 +01:00
parent e77d4d915d
commit e1f6e0ad60
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<groupId>in.nosd.redis</groupId>
<artifactId>graylog-plugin-redis-lookup</artifactId>
<name>${project.artifactId}</name>
<version>1.0.1</version>
<version>1.0.2</version>
<description>Graylog ${project.artifactId} plugin.</description>
<url>https://www.graylog.org</url>
<developers>

View File

@ -31,7 +31,7 @@
<groupId>in.nosd.redis</groupId>
<artifactId>graylog-plugin-redis-lookup</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>