Skip to content

Commit 238c050

Browse files
author
Alexandre Curreli
committed
Fixed small oversight - missing parameter in constructor
1 parent 414fd1a commit 238c050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/scredis/Redis.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ object Redis {
395395
maxWriteBatchSize = maxWriteBatchSize,
396396
tcpSendBufferSizeHint = tcpSendBufferSizeHint,
397397
tcpReceiveBufferSizeHint = tcpSendBufferSizeHint,
398+
actorSystemName = actorSystemName,
398399
akkaListenerDispatcherPath = akkaListenerDispatcherPath,
399400
akkaIODispatcherPath = akkaIODispatcherPath,
400401
akkaDecoderDispatcherPath = akkaDecoderDispatcherPath

0 commit comments

Comments
 (0)