|
|
|
|
|
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. |
|