|
@@ -3,8 +3,12 @@ redis-shoot-out
|
|
|
|
|
|
# Prerequisites
|
|
|
|
|
|
-download and gzip the redislabs-5.2.2-22-xenial-amd64.tar package and place in files
|
|
|
-it is in .gitignore so not checked in to git
|
|
|
+- download and gzip the redislabs-5.2.2-22-xenial-amd64.tar package and place in files
|
|
|
+- it is in .gitignore so not checked in to git
|
|
|
+- open an SSH forwarding connection for web configuration
|
|
|
+```
|
|
|
+ssh -L 8443:localhost:8443 redise
|
|
|
+```
|
|
|
|
|
|
Ansible module that will setup the redis shoot out
|
|
|
|
|
@@ -16,5 +20,5 @@ Ansible module that will setup the redis shoot out
|
|
|
6. Enable Replica Of between the Redise Pack and the Open Source Redis. (Source: OpenSource Redis, Target: Redise Pack)
|
|
|
7. 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
|
|
|
+ - see redis_example.rb in files directory
|
|
|
+ - it is also installed on /home/ubuntu/redis_example.rb on the OSS node
|