[akka-user] Re: Using Akka to access multiple databases

2014-08-03 Thread lakshmi
FYI... looks like I accidentally replied to Soumya privately the last time, so I'm pasting the conversation back here for general reference... On Sat, Aug 2, 2014 at 3:40 PM, lakshmi wrote: Soumya, Thanks for your prompt response! I was trying to reply to your post, but I guess I used the

[akka-user] Re: Using Akka to access multiple databases

2014-08-03 Thread lakshmi
Soumya, thanks again. It will be our first time integrating a Scala module in Java. We hope to figure it out if it becomes necessary. I am not able to find this new redis scala package... do you happen to have a link for this release? We are trying to follow the single responsibility principle

[akka-user] Re: Using Akka to access multiple databases

2014-08-03 Thread Soumya Simanta
It will be our first time integrating a Scala module in Java. We hope to figure it out if it becomes necessary. I would be interested to know the results as well. I'm sure that many others here can tell how easy/difficult this is. I am not able to find this new redis scala

[akka-user] Re: Using Akka to access multiple databases

2014-07-31 Thread Soumya Simanta
Please look this before you decide to roll you own. I've being using this for a while and it stable, async and works well. https://github.com/etaty/rediscala there are other open source Redis Akka based drivers available as well. On Wednesday, July 30, 2014 11:48:18 AM UTC-4, Luis Medina

[akka-user] Re: Using Akka to access multiple databases

2014-07-31 Thread lakshmi
Soumya, Thanks for your response. I work with Luis on this. We are currently using Java, and have used Jedis for redis access. Do you have any suggestions for Java-based redis clients that work well for Akka? lakshmi On Wednesday, July 30, 2014 8:48:18 AM UTC-7, Luis Medina wrote: Hi