[GitHub] [gora] cuent commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-21 Thread GitBox
cuent commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r316485046 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisResult.java ## @@ -0,0 +1,111 @@ +/** +

[GitHub] [gora] cuent commented on a change in pull request #186: [GORA-527] Implement a data store for redis

2019-08-21 Thread GitBox
cuent commented on a change in pull request #186: [GORA-527] Implement a data store for redis URL: https://github.com/apache/gora/pull/186#discussion_r316484889 ## File path: gora-redis/src/main/java/org/apache/gora/redis/query/RedisQuery.java ## @@ -0,0 +1,45 @@ +/** + *