Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.05 KB

in-memory.md

File metadata and controls

33 lines (27 loc) · 2.05 KB

Bookmarks tagged [in-memory]

https://medium.com/@garfunkel61/https-medium-com-garfunkel61-angular-data-provider-services-in-memor...

Let’s see how we can build simple in-memory cache in a Angular application.


https://github.com/node-cache/node-cache

a node internal (in-memory) caching module


http://infinispan.org/

Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.


https://redis.io/

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with...