Settings

Theme

Introduction to Redis as a JSON Store in Node.js

github.com

3 points by jcolella 8 years ago · 3 comments

Reader

jcolellaOP 8 years ago

Hi guys!. Wanted to share my experience with using Redis as a JSON store in NodeJS. Wrote about some potential strategies; with advantages and disadvantages, as well as some code to go along with the README.

Any feedback or experience that you want to share when working with Redis are greatly appreciated!

  • itamarhaber 8 years ago

    Great topic :)

    Suggestion - also cover raw and MessagePacked JSON storage with Lua (see the benchmarking scripts in ReJSON's repo).

    • jcolellaOP 8 years ago

      Thanks @itemarhaber. That presentation was amazing and helped me understand the underlying advantages and disadvantages. I will add this to the README

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection