기업의 더 효율적인 소프트웨어
선택을 위한 17년 지원 경험
Redis Enterprise 정보
실시간 데이터 플랫폼인 Redis Enterprise는 엔터프라이즈급으로 입증된 99.999%의 고가용성(HA) 솔루션으로 간편한 확장을 지원합니다.
Very importantly, Redis is widely supported and has a large community of users and developers, which makes it easy to find resources and support when needed.
The weak point that its opensourcce requires RAM for storage which makes it expensive solution.
리뷰 필터(64)
Gets the job done before you know which job that is
장점:
It makes clustering, sharding, backups and more very easy to setup, control and monitor
단점:
The prices are a bit too high for small projects, it's ok for an enterprise global solution
Implementation was simple, we setup a multi-site active-active cluster in 30 minutes!
주석: Our experience was great, we were able to accomplish our goals and the support team was more than generous with there time.
장점:
Redis Enterprise provide the ability to make our application highly available using their XDCR feature. We setup a multi-data center cluster the replicated in real-time so that we could design our application to actively server from multiple data centers without any additional latency.
단점:
It needs a better UI, I would definitely like to be able to exec commands without having to login to the hosts.
Redis_08-07-2022
주석: I use it every day to store very frequently use data.
장점:
Redis is the well know in-memory database and famous framework supports it such as spring, spring boot ..etc.
단점:
Redis is the well known in-memory database and famous frameworks such as spring, spring boot ..etc supports it.
Redis Enterprise - OSS or Enterprise
주석: Overall, I would really appreciate the Redis Enterprise engagement especially the support as that is something (apart from cluster support) which really makes it shine.
장점:
The pros over other solutions and its open source versions include: 1) On the fly scaling Scale to more/less cores and memory as and when needed. 2) Cluster support Support for clusters unlike the OSS version where the cap is on 1 core and fixed memory. 3) High availability & automatic failover Redis enterprise manages the failover internally, so no crashes. 4) Predefined SLAs A mandatory spec definition required by most enterprise customers 5) Monitoring, alerts, etc all such services are available Get notifications on configurable events
단점:
Well, the pricing may not be very well suited for small companies which are low on budget. Not really a con as the open source version does most of the things except for the cluster support on the technical side of things.
Redis Enterprise is the best solution for a fast, in-memory production database
주석: Redis Enterprise, with its optimizations and great support, enabled us to switch over completely to using Redis as a the cache layer for an enterprise-grade client application within the insurance industry.
장점:
Redis allows you to deploy an extremely fast production-grade clustered in-memory datastore that can be used as a cache layer or for any other fast data access needs. Redis Enterprise provides a managed solution which is deployed on memory-optimized instances for the best performance. Since this is an enterprise solution, the support provided for a given cluster is exemplary.
단점:
The cost for a given cluster is much higher than contemporary solutions. Configuring a custom security scheme for a cluster can be quite cumbersome.
God of cache management
주석: Performance is an important factor in the applications we develop. For this reason, we use cache in many places. We store and manage all our cache objects on redis.
장점:
My favorite feature is that it has a very flexible and performance oriented structure. It is a cache management application that is already used all over the world and has a large community. In addition, you can easily perform all your operations via the command line.
단점:
The product price may be a little cheaper, although I don't see any shortcomings. A useful interface can also be provided.
The nearly perfect cache
주석: We're caching mostly everything now in Redis. Performace has ski-rocketed,ans the database decoupling has also improved application resilience and reliability.
장점:
Redis is a very flexible key-value store, allowing a lot of different data types. You can set a TTL for each key, you an have replica stores, you can set up a Pub/Sub, you can persist to disk, and all this in memory, with blazing fast performance and unbeatable reliability.
단점:
No database known to men can, to this date, provide consistent transactions, partition tolerance and high availability. Redis is no exception here.
Benefits Accrued by integrating Redis as a Cache storage .
주석: The fact that Redis boasts of more than a billion downloads means that if you have a problem you are most likely not the first person to come across it. And with its massive online community your problem gets sorted quickly. For newbies, I highly recommend visiting Redis university website for online tutorials with practical applications of Redis data structures.
장점:
Redis has many benefits one of them being speed, reliability, and extensibility. Redis as a cache storage optimizes the fetching of data to and from the main storage. I also like the fact that with every Redis version that gets released a number of commands are added which simplifies work.
단점:
Redis to me has made my job simpler having not used any other product for a cache storage before am a Happy Redis user.
Absolute non-avoidable piece of your software solution
주석: couple of years back I started using redis, I was new to redis, datastructure, lua script, hosting, clustering but their technical team helped us to design the architecture using their services and guiding to build best practices
장점:
Redis enterprise gain big confidence in market with their ready solutions build on redis database. these ready solutions and new data structures are helping to build software applications much faster and with great performances
단점:
Costing is little high, but if you are getting best solutions with less time to go to market then why not pay?
Robust in-memory database
장점:
Very quick to insert and retrieve values. Supports complex types of values. It is Possible to build an architecture with high availability.
단점:
The Redis does very well what is proposed to be done, there is nothing that I think is bad about it.
Redis is awesome
주석: Redis is a basic, but extremely fast, key-value storage. We made a decision to use Redis because our use case didn't require a full blown database. We needed something to hold the data temporarily and loss of that data wouldn't lead to any issues. Redis was perfectly fitting our use case, and since then we are a bunch of happy Redis users.
장점:
- Being a non-SQL database, it does not require any structure. Perfect for unstructured data like key-value pairs. - Redis is extremely fault tolerant. As soon as we write a record, it gets saved to the disk, without any performance issues. - Redis is very lightweight. In docker it takes less than 30MB, so it is so easy to run multiple containers in cluster without taking too much power. - Redis has a very good query API, and they are in their website each operation is clearly mentioned with its time complexity. This gives you a clear picture of performance. We didn't in fact do any performance testing because we trusted their site with all the information. - Redis has a very strong community around it. We have never found an issue for which a solution didn't exist beforehand.
단점:
A cluster in Redis was a little hard to understand and deploy, but this is a one time thing to learn, no worries.
A High-Performance In-Memory Data Store
장점:
Redis is known for its high performance, making it an ideal solution for real-time data processing and, very commonly, caching. It supports multiple data structures such as strings, hashes, lists, and sets, providing flexibility for different use cases. Additionally, it includes built-in replication and persistence features, allowing for data durability and high availability. Very importantly, Redis is widely supported and has a large community of users and developers, which makes it easy to find resources and support when needed.
단점:
Redis does not include encryption for stored data, which can make it less secure than other data stores. While it supports multiple data structures, it is limited in the types of data it can handle, which can be an issue for certain use cases. Lastly, although Redis is open-source and can be self-hosted, most managed hosting solution tend to quickly get pricey as the storage space increases.
Great tools for Cache Management and Session Management
장점:
It have good CLI which allows easy administration. It provides a great cache management feature which allows data to stay in the memory so it's very fast to fetch the data. Also, they have great customer support. Issues are solved very quickly.
단점:
The pricing is higher as compared to other tools. Also, configuring the security scheme is a bit complex process.
Best available DB solution for data caching and session management.
주석: The use-case for us was caching of data from DB queries and session management for multi-server application, Redis was made to handle these use cases so for us it was a perfect solution very less latency in data fetching helped us load a DB query heavy web page in few milliseconds
장점:
The data remains in memory so it's incredibly fast to fetch data based on keys. The design is fairly simple to use, there is a wide range of data types that can be used. clustering and data distribution is very easy when using Redis.
단점:
As its primary advantage is the speed of reading and write, the security features are limited in the DB. As the data resides in RAM for faster access, it could have performance effects if the server system is not well managed. There is still a lack of a proper UI management tool for Redis.
Redis is super fast in-memory cache
주석: We are using Redis to provide faster response rate by storing and retrieving data from redis. We also use redis to process our background jobs. Benefit i received from using redis is speed and reliability.
장점:
Redis is high performance open source in-memory cache. Redis is my favorite choice to store data into cache. Cache can be used in multiple use cases like session storage, page caching, temporary data caching for faster speed. Redis supports various data types: Lists , Sorted sets , hash tables, bitmaps, hyperloglogs and geospatial indexes. Redis provides secure and high availability service.
단점:
It is tricky and time taking process to setup redis for production environment if using to process background jobs.
Simply put Redis is fastest and easiest to use data storage software I've ever used.
주석: Faster development times and easy database scaling.
장점:
It's fast, reliable, and easy to use. The added support and scalability of Redis Enterprise allows an already easy to use solution to scale to solve any problem.
단점:
Redis has some limitations with how it stores its data in order to achieve such great performance. Often times this trade off is well worth it for something that works as fast as Redis.
The best solution to use as cache
주석:
I use Redis on a daily basis to reduce the load on database servers and increase application performance.
All calls to my APIs first make queries on Redis and only in case of error go to the database, this ensures greater speed in the responses. However, good planning is necessary to ensure synchronization between the SQL database and REDIS. In addition to a good maturity to map data from one database to another.
장점:
I liked the simplicity of creating and retrieving keys and the integrations available with different programming languages
단점:
The documentation is a bit complex for those who have never had contact with the product, understanding some concepts of how to use the key types takes a while.
Good in memory database
주석: Very good in memory database
장점:
Works as both in-memory database and message bus with it publish and subscribe mechanism which is used for IPC(inter process communication)
단점:
It will be good if they can provide acknowledgement to publisher once subscriber consumes it..
Database that use for so many projects
주석: Our company uses redis enterprise which is the enterprise version of redis database.
장점:
This is highly available since data is stored in multi zone replicas and the feature of instant recovery of data. Other than availability, this provides high security for data using authorization, authentication and encryption mechanisms, able to monitor clusters and integration of other tools like kubernetes and microsoft azure.
단점:
I see the complexity as a drawback of redis enterprise and users need prior knowledge of how to use it.
Redis review
주석: In general I'm very pleased with the software and it meets the needs I need - a good opportunity to say thank you!
장점:
I use this software to manage all user data in our apps at the company: Software that works very simply with a real-time update of our user status in the app. It's very easy to update users' data.
단점:
Sometimes information from certain keys can not be cross-referenced. The filters sometimes do not work at all (or not well).
Good Service
주석: The overall experience has been good. We use it for storing/accessing user sessions and it has met our needs very well with little cost.
장점:
It is fairly simple to get up and running and extremely cost effective. Beyond those base points, it scales extremely well and performance is great.
단점:
The documentation is not very good at all when it comes to the available commands. It is a difficult task to learn how to use Redis from the documentation.
Redis Enterprise Beyond what was imagined
주석: High avaibility, excellent service, covers the need to have several Redis databases on a server,
장점:
Write data in a quick way Can be used as an intermediate layer Durable and zero dataloss
단점:
For those who use software for the first time it is challenging
REDIS ENTERPRISE FOR HYBRID DATASTORE
주석:
We are merging the data nearly a million coming from multiple apis as a feed.We need to mesh the feed and get the results out of it.
We have improved our search time 4X times faster by using redis.
장점:
We use redis extensively in our application.The basic factors it stands out from the crowd are 1.Fast 2.Reliable 3.Rich set of data structures 4.Easily scalable
단점:
Some better documentation and tutorials they can have.
Perfect default chose for high load solutions
장점:
Redis as probably everyone know - simple and simply works. As it simple it's easy to start using it by new developers. Simply work means that it requires minimum it support.
단점:
So no Cons actually. Just like with any solution it's not a Silver bullet. Learn about it and read documentation and use cases. Know when is better to not use it.
Using in production for 4 years
장점:
We are using Redis for session management and query result caching and the experience this far has been very smooth.
단점:
Love to see soe good tools for monotoring the Reds clusters.