Hacker News new | ask | show | jobs
by AtheistOfFail 3489 days ago
Redis is great for server-side caching to recall data that you normally get from a database often.

If you need client side storage, try jedis (a redis fork in javascript) or lokijs or pouchdb which are all client-side databases.

1 comments

There's a javascript Redis fork called Jedis? That's extremely confusing as jedis is a common Java Redis client library...