JasonPunyon/Rol

Document Create/Get semantics better.

Closed this issue · 1 comments

Cleaned this up. There's no more Create with an optional Id.

If you want redis to generate a new integer id for an object, use Create().

If you already have ids / don't need id generation / want to use Rol as a key value store, use Get().