File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/java/cz/foresttech/forestredis/shared Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >org.example</groupId >
88 <artifactId >ForestRedisAPI</artifactId >
9- <version >1.0.9 </version >
9+ <version >1.1.0 </version >
1010
1111 <properties >
1212 <maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change @@ -333,6 +333,12 @@ public boolean isSubscribed(String channel) {
333333
334334 /*----------------------------------------------------------------------------------------------------------*/
335335
336+ public Jedis getJedis () {
337+ return this .jedisPool .getResource ();
338+ }
339+
340+ /*----------------------------------------------------------------------------------------------------------*/
341+
336342 /**
337343 * Returns list of all subscribed channels.
338344 *
You can’t perform that action at this time.
0 commit comments