Uses of Class
org.redisson.misc.AsyncSemaphore
Packages that use AsyncSemaphore
-
Uses of AsyncSemaphore in org.redisson.connection
Methods in org.redisson.connection that return AsyncSemaphoreModifier and TypeMethodDescriptionConnectionsHolder.getFreeConnectionsCounter()TrackedConnectionsHolder.getFreeConnectionsCounter() -
Uses of AsyncSemaphore in org.redisson.pubsub
Methods in org.redisson.pubsub with parameters of type AsyncSemaphoreModifier and TypeMethodDescriptionPubSubConnectionEntry.addListeners(ChannelName channelName, CompletableFuture<PubSubConnectionEntry> promise, PubSubType type, AsyncSemaphore lock, RedisPubSubListener<?>... listeners) voidPubSubConnectionEntry.subscribe(Codec codec, ChannelName channelName, CompletableFuture<PubSubConnectionEntry> pm, PubSubType type, AsyncSemaphore lock, RedisPubSubListener<?>[] listeners)