Hi!
I´m a bit confusing about creating ordered lists, but the docs show me the same way for creating ordered and unordered lists
...
set :stocks, :Symbol
list: quotations, :Symbol
self.stocks.add, <<, and self.quotations.add, push, seems the same because where is the order field?
I want to create an ordered list
zadd "NASDAQ.YHOO" Time.no.utc.to_i symbol:id
This is an ordered Yahoo quotations ordered by a timestamp, but the timestamp could be replaced to another interesting time. I want to store a symbol reference at least.
What is the Ohm way to work with this data model?