What is the Redis database?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Works at Facebook, Lives in Menlo Park. Graduated from Stanford University with a degree in Computer Science.
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 and geospatial indexes with radius queries.
2023-05-13 16:08:01
评论(499)
Helpful(122)
Helpful
Helpful(2)

Isabella Hernandez
QuesHub.com delivers expert answers and knowledge to you.
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 and geospatial indexes with radius queries.