spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Added support for Redis as a backing datastore for social connections #198

Open Turbots opened 8 years ago

Turbots commented 8 years ago

This is my first commit for the Redis backed datastore for social connections. It uses the 1.7.0.RC1 release of spring-data-redis which enables support for Redis repositories. Maybe we should wait for spring-data-redis-1.7.0.RELEASE but I wanted to get it out there asap :baby:

There are still some unit tests to be performed and I need to implement one final method of the, namely:

findConnectionsToUsers()

Also, I'm still not sure about the names of my classes, could someone maybe recommend more suitable names?

Thank you for commenting/contributing/improving my code :yum:

andreasevers commented 8 years ago

:+1:

kencoenen commented 8 years ago

:+1: Nice one

odrotbohm commented 8 years ago

@mp911de / @christophstrobl — Might be worth a glance, too. Just to double check the obvious. :)

habuma commented 8 years ago

This looks interesting and something I might merge. If you have not done so yet, please sign the Individual Contributor Agreement at https://support.springsource.com/spring_committer_signup.

Turbots commented 8 years ago

I've signed the (new) agreement, thanks for looking into this!

habuma commented 8 years ago

Closing PR and then will immediately reopen, in hopes of triggering Travis CI.

Turbots commented 8 years ago

Cool, thanks @habuma !