WORK IN PROGRESS
Geode servers now have the ability to understand Redis protocol. This enables Geode to be a drop-in replacement to the Redis server.
Usage
To start using this adapter all you need to do is specify the port on which Geode clients can listen for the Redis protocol:
gfsh>start server --name=server1 --redis-port=11211 --redis-bind-address=localhost
For all the Redis "keys" we will create a PARTITION region.
See Geode Redis Adapter Proposal for further details.