redis-shoot-out
Prerequisites
Ansible module that will setup the redis shoot out
- Install standalone Open Source Redis server version 4.x on Server A.
- Use memtier-benchmark tool created by RedisLabs, to load data into the standalone Redis.
- Install Redise Pack GA version on Server B (NOT fully automated)
- Setup Redise Pack using no DNS option. (It looks like this the default according to https://redislabs.com/redis-enterprise-documentation/administering/installing-upgrading/configuring/cluster-name-dns-connection-management/)
- Create Redis DB on Redise Pack. (NOT fully automated)
- Enable Replica Of between the Redise Pack and the Open Source Redis. (Source: OpenSource Redis, Target: Redise Pack)
Write a small script/routine in either Java, Python, Ruby, Go, Scala, C#, or JavaScript to complete the following
- see redis_example.rb in files directory
- it is also installed on /home/ubuntu/redis_example.rb on the OSS node