akka: All content tagged as akka in NoSQL databases and polyglot persistence
Monday, 19 April 2010
Redis, Scala and PubSub
Debasish Ghosh integrates Akka, a Scala implementation of the ☞ actor model, with Redis PUB/SUB support:
Redis (the version on the trunk) offers publish/subscribe based messaging. This is quite a big feature compared to the typical data structure oriented services that it had been offering so far. This also opens up lots of possibilities to use Redis as a messaging engine of a different kind.
via: http://debasishg.blogspot.com/2010/04/pubsub-with-redis-and-akka-actors.html