Thread: What is redis?
View Single Post
Old 05-22-2025, 11:51 PM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,210
What is redis?

Redis is a fast, open-source, in-memory data structure store that can be used as a database, cache, or message broker. It's known for its speed because it stores and serves data from memory, rather than from a disk or solid-state drive, making it ideal for real-time applications and caching.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote