Home / Companies / Redis / Blog / October 2013

October 2013 Summaries

3 posts from Redis

Filter
Month: Year:
Post Summaries Back to Blog
Redis Cloud is attending AWS re:Invent, an event where developers, business leaders, and cloud visionaries share ideas and learn from each other. At the event, Redis Cloud staff, customers, partners, and friends will be present to showcase how they empower developers with enterprise-class Redis. Dr. Carlson will also be at the event, available for discussions on various high RAM topics related to Redis and NoSQL databases. Additionally, Redis Cloud plans to make several exciting announcements during the event, and attendees can expect to receive cool goodies. The company invites attendees to visit their booth #627 and contact Cameron for questions or advance bookings.
Oct 31, 2013 155 words in the original blog post.
This open source NoSQL database, Redis, has gained significant traction among startups and application developers due to its unique combination of high-performance, attractive data types, and commands that simplify application development. Its fast RAM-based architecture and simple design make it an ideal choice for new companies and applications requiring scalable high-performance databases. With a rich set of data structures similar to those used in high-level programming languages, Redis simplifies development, improves code quality, and results in faster development times. The database's transactional capabilities also ensure thread-safety, allowing developers to plan multiple commands without hindering performance.
Oct 15, 2013 470 words in the original blog post.
Redis uses asynchronous replication for scalability and data redundancy, allowing multiple slaves to connect to a master and form a graph-like structure. Setting up Redis replication is straightforward, providing flexibility and power. Classic use cases for replication include scaling by allocating resources to databases, ensuring data redundancy at the shard level, and managing persistence. However, sharding addresses read and write scaling challenges more effectively, making access to read-only replicas less necessary in many scenarios. Despite this, certain situations may benefit from having a replica provide read-only database access, such as development purposes.
Oct 01, 2013 375 words in the original blog post.