Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 287 Bytes

REDIS_TYPES.md

File metadata and controls

9 lines (6 loc) · 287 Bytes

Current Redis Architecture

Keys

  • users :: Set: holds the id's of registered users.
  • user:%ID :: Map: holds the info about the user, it's preferences, base currency, etc.
  • rates:%ID :: Set: holds the preferred rates of the user.

That's about it. Less is MOAR!