turingschool / curriculum

Turing's main repository of tutorials and projects
385 stars 502 forks source link

Use Redis databases instead of instances #628

Open jcasimir opened 11 years ago

jcasimir commented 11 years ago

In https://github.com/JumpstartLab/curriculum/tree/master/source/projects/monsterporium, I think we should replace the config / multi-instance approach with using Redis's built-in databases (or namespaces or whatever it's called). One redis instance, multiple discreet data stores.

steveklabnik commented 11 years ago

They're 'databases', namespaces are something you do to keys in a database.