Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis #62

Open
nicholasjhenry opened this issue Jul 18, 2020 · 0 comments
Open

Redis #62

nicholasjhenry opened this issue Jul 18, 2020 · 0 comments
Labels
quad:platforms Technology platforms, including databases, cloud vendors, and operating systems

Comments

@nicholasjhenry
Copy link
Owner

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 range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster.

https://redis.io

@nicholasjhenry nicholasjhenry added the quad:platforms Technology platforms, including databases, cloud vendors, and operating systems label Jul 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quad:platforms Technology platforms, including databases, cloud vendors, and operating systems
Projects
None yet
Development

No branches or pull requests

1 participant