etaty / rediscala

Non-blocking, Reactive Redis driver for Scala (with Sentinel support)
Apache License 2.0
790 stars 142 forks source link

use ActorRefFactory instead of ActorSystem #55

Closed xuwei-k closed 10 years ago

xuwei-k commented 10 years ago

I want to create not a root actor but a child of another actor.

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-0.08%) when pulling a18b2e416d028b4fb0dedcf03bae089298045593 on xuwei-k:actor-ref-factory into e3622cd2d30621e2edcbf67e3b39bec4c6d126b5 on etaty:master.

etaty commented 10 years ago

Thanks