Skip to content

Commit

Permalink
Merge c688e6b into 5600b00
Browse files Browse the repository at this point in the history
  • Loading branch information
Naillik1 committed Sep 24, 2020
2 parents 5600b00 + c688e6b commit a9e120a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/redis/Redis.scala
Expand Up @@ -34,7 +34,7 @@ abstract class RedisClientActorLike(system: ActorSystem, redisDispatcher: RedisD
val db: Option[Int] = None
implicit val executionContext = system.dispatchers.lookup(redisDispatcher.name)

val redisConnection: ActorRef = system.actorOf(RedisClientActor.props(new InetSocketAddress(host, port),
lazy val redisConnection: ActorRef = system.actorOf(RedisClientActor.props(new InetSocketAddress(host, port),
getConnectOperations, onConnectStatus, redisDispatcher.name, connectTimeout)
.withDispatcher(redisDispatcher.name),
name + '-' + Redis.tempName()
Expand Down

0 comments on commit a9e120a

Please sign in to comment.