Skip to content

Commit

Permalink
GEODE-8428: Update geode-redis README (apache#5455)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbey37 authored Aug 13, 2020
1 parent 3126133 commit 7ca77cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions geode-redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@

## <a name="introduction"></a>Introduction

The Redis API for Geode allow an application to send Redis 5 commands to Geode. This will allow users to
The Redis API for Geode allows an application to send Redis commands to Geode. This will allow users to
switch seamlessly from native Redis to Geode as a data store/caching solution.

The API allows Geode to listen for and interpret incoming Redis commands on a designated port. The
current set of supported Redis commands are listed [here](#redis-commands).

## <a name="how-to-try-it"></a>How To Try It

We’ll build the develop branch of Apache Geode and then connect the [Redis-CLI](https://redis.io/topics/quickstart) to that instance. Once
we have established that the Redis APIs are available, we’ll connect a Spring Session Data Redis
application.
We’ll build the develop branch of Apache Geode and then connect the [Redis-CLI](https://redis.io/topics/quickstart) to that instance.

### <a name="building-apache-geode"></a>Building Apache Geode
The Apache Geode source code can be found here
Expand Down

0 comments on commit 7ca77cc

Please sign in to comment.