nu7hatch / aclatraz

Flexible access control mechanism!
MIT License
110 stars 6 forks source link

Riak Store #1

Closed seven1m closed 14 years ago

seven1m commented 14 years ago

I am not a Riak (or Redis for that matter) expert, but I have been playing with it lately and thought it would be nice to make Aclatraz talk to it. It's definitely slower than Redis' in-memory db, but could be cool for large clusters, since Riak has an awesome replication/failover architecture.

The Store design you created for Aclatraz made this amazingly simple to add. Thanks!

-Tim Morgan

nu7hatch commented 14 years ago

Big thanx for that! Few things there can be done in a simpler way so i'll optimize it and merge. Thanx again for commitment. Cheers!

seven1m commented 14 years ago

Yes, feel free to adjust. Thanks!