Now that we are up and running with a live storm instance this code will probably no longer be needed. However, the event spec link below is still very much in use.
This code only serves as a test for Justin's actual code. This enables me to test the endpoints and show that the proper data is being sent back from Redis.
Here is the spec:
https://github.com/stormasm/spinnakr-generic-ds/blob/master/doc/eventspec.md
The above spec outlines the details of the Redis key structure.
The tests for the
lib/redis/redisimevent.rb
Are located here:
[https://github.com/stormasm/spinnakr-spne/tree/master/test] (https://github.com/stormasm/spinnakr-spne/tree/master/test)