Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: FixedDev/Fixed-RedisWrapper

Fixed "JedisDataError" when a channel is not registered

22 Jun 20:49

Choose a tag to compare

The problem with the way that the Messenger handled the registration of new channels is that when you just initialize the Messager without registering any channel the Messager would try to register an empty list of channels which jedis didn't allow.

The new way is just calling the first time the subscribe in another thread, the subsequent channel register is done just calling pubSub.register()

Just fixed a access modifier

21 Jun 06:37

Choose a tag to compare

Added public to 2 static methods from the JedisBuilder class(builder, fromConfig)

Initial Release

07 Jun 22:47

Choose a tag to compare

v1.0.2

Set the version as 1.0.2
Morty Proxy This is a proxified and sanitized view of the page, visit original site.