Skip to content

Commit

Permalink
Add synchronous and NodeSelection PubSub types to reflect-config.json #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Apr 6, 2021
1 parent da623e0 commit f74994b
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.cluster.pubsub.api.sync.NodeSelectionPubSubCommands",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.cluster.pubsub.api.sync.RedisClusterPubSubCommands",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.cluster.pubsub.api.sync.PubSubNodeSelection",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.protocol.CommandHandler",
"allPublicMethods": true,
Expand All @@ -144,6 +159,11 @@
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.pubsub.api.sync.RedisPubSubCommands",
"allPublicMethods": true,
"allDeclaredConstructors": true
},
{
"name": "io.lettuce.core.sentinel.api.sync.RedisSentinelCommands",
"allPublicMethods": true,
Expand Down

0 comments on commit f74994b

Please sign in to comment.