[ https://issues.apache.org/jira/browse/GEODE-9814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17456773#comment-17456773 ]
ASF GitHub Bot commented on GEODE-9814: --------------------------------------- davebarnes97 commented on pull request #110: URL: https://github.com/apache/geode-examples/pull/110#issuecomment-990336503 > > > However, ../gradlew run failed ... > > > > > > Guessing that I might be missing prerequisites, I installed redis according to the quick-start instructions referenced in the README. The `../gradlew run` command still failed in the same way. > > Of interest, the optional `redis-cli` commands suggested in the README worked like a champ. > > @davebarnes97 Thanks for this Dave. If it's not too much trouble, could you try changing the `SORTED_SET_KEY` constant in geodeForRedis/Example.java to be `SORTED_SET_KEY = "{tag}leaderboard";` and try running again? I'm not able to reproduce this failure on my machine, so it's difficult to tell what might fix it. Per your offline suggestion, I re-ran the example using a version of Geode built from the develop branch. All good. I'll approve the README.md file portion of the PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Add an example of geode-for-redis to the geode examples project > --------------------------------------------------------------- > > Key: GEODE-9814 > URL: https://issues.apache.org/jira/browse/GEODE-9814 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Dan Smith > Assignee: Donal Evans > Priority: Major > Labels: pull-request-available > > Add an example to the geode-examples project/repo demonstrating how to turn > on and use geode-for-redis. > This is just a script. User must download native Redis to get command line > tool. > Cluster Mode must be used. > Start Server with gfsh. > Use JedisCluster client to: > * Perform Sets > * Perform Gets > Have a readme that speaks to using native Redis. -- This message was sent by Atlassian Jira (v8.20.1#820001)