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

Consider providing RedisConnectionRepository and RedisUsersConnectionRepository officially #183

Open caipanjin opened 8 years ago

caipanjin commented 8 years ago

Thanks for working on creating such a nice project!

Turbots commented 8 years ago

Hey, I created a pull request which implements this, right here.

The Redis implementations of the ConnectionRepository and UsersConnectionRepository uses spring-data-redis-1.7.0.RC1 because that one introduces JPA repositories for Redis, which is awesome!

So I'm hoping they'll merge that PR into the next version of Spring-Social 😄