Skip to content

Commit 56f9740

Browse files
committed
docs: Fixed comment
1 parent 06d082f commit 56f9740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lettucemod/src/main/java/com/redis/lettucemod/StatefulRedisModulesConnectionImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import io.lettuce.core.protocol.PushHandler;
1717

1818
/**
19-
* A thread-safe connection to a RedisTimeSeries server. Multiple threads may share
19+
* A thread-safe connection to a Redis server. Multiple threads may share
2020
* one {@link StatefulRedisModulesConnectionImpl}
2121
* A {@link ConnectionWatchdog} monitors each connection and reconnects
2222
* automatically until {@link #close} is called. All pending commands will be

0 commit comments

Comments
 (0)