Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    1ff321b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Updated PR with improvements

    Added unit tests running on local redis
    Unit tests will be skipped if redis is not found through the use of JUnit rules
    Fixed a bug when finding social connections by providerUserId - field was not Indexed in Redis
    Implemented and tested RedisUsersConnectionRepository
    Turbots committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    d99e44e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Rework after comments and added unit tests

    Updated spring-data-redis version to 1.7.1.RELEASE
    Added RedisHash keyspace for server side queries in case of Redis Cluster
    Updated delete method
    Added unit tests
    Turbots committed May 27, 2016
    Configuration menu
    Copy the full SHA
    d194872 View commit details
    Browse the repository at this point in the history