We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414fd1a commit 238c050Copy full SHA for 238c050
src/main/scala/scredis/Redis.scala
@@ -395,6 +395,7 @@ object Redis {
395
maxWriteBatchSize = maxWriteBatchSize,
396
tcpSendBufferSizeHint = tcpSendBufferSizeHint,
397
tcpReceiveBufferSizeHint = tcpSendBufferSizeHint,
398
+ actorSystemName = actorSystemName,
399
akkaListenerDispatcherPath = akkaListenerDispatcherPath,
400
akkaIODispatcherPath = akkaIODispatcherPath,
401
akkaDecoderDispatcherPath = akkaDecoderDispatcherPath
0 commit comments