$ redis-cli -h connect.thiicket.com -a $API_KEY_2
connect.thiicket.com:6379> GET myfirstkey
connect.thiicket.com:6379> SET myfirstkey "I'm in a different namespace!"
connect.thiicket.com:6379> GET myfirstkey
"I'm in a different namespace!"
$ redis-cli -h connect.thiicket.com -a $API_KEY
connect.thiicket.com:6379> GET myfirstkey