coolbeevip commented on issue #575: akka 持久化redis 问题
URL: 
https://github.com/apache/servicecomb-pack/issues/575#issuecomment-543568981
 
 
   我大概知道原因了,如果你使用源代码方式编译启动 Alpha,那么你可以尝试在 application.yaml 
中增加以下两个配置试试,就是以下实例的最后4行。
   
   ```yaml
   akka-persistence-redis:
     redis:
       mode: "simple"
       host: "127.0.0.1"
       port: 6379
       database: 0
     journal:
       redis: ${akka-persistence-redis.redis}
     snapshot:
       redis: ${akka-persistence-redis.redis}
   ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to