Updated Redis NoSQL can store hashes, save datasets
September 8, 2010 —
(Page 1 of 2)
The NoSQL movement has produced a range of contenders for the crown of “best cloud data store,” and one of the prime candidates, Redis, was updated to 2.0 on Monday. It adds the ability to store hashes, support for saving datasets to hard drives, and new blocking pop commands to allow clients to safely change data without interference.
The commands BLPOP and BRPOP were added to support popping from a list in a blocking fashion. This means the client connection will be blocked for a certain amount of time until another client pushes an item on a list. These commands are frequently used in producer/consumer scenarios.
Redis' short history is dotted with corporate sponsors. In the past, Citrusbyte and Engine Yard both channeled funds to the development of Redis. Today, however, VMware is the primary sponsor of the project.
Tom Mornini, CTO of Engine Yard, said the primary reason his company was involved with Redis was its flexibility as a data store. He said Redis' creator, Salvatore Sanfilippo, is incredibly focused on simple, small, stable code.
“The real thing I like about it is there's a tug-of-war in developers’ minds between transactionality and speed," said Mornini. "SQL databases have always had transactionality in spades, but they don't scale horizontally.
“Most of the key value pairs that do scale are eventually consistent. The interesting thing about Redis is [Sanfilippo] drew a fine line in making the design of the server and its evented model. He provides extremely high throughput, which reduces the need for large-scale parallelism, which allows for transactionality in a very consistent manner. You don't have to work through the concerns of 'What if two people change this key simultaneously?' because that's impossible in Redis. Normally that would be a performance bottleneck, but because of its design, you never run out of processor, you run out of network ports first.”
That's a big difference between Redis and other NoSQL databases, said Mornini: Redis is a jack-of-all-trades. “One of the best descriptions I've heard is that it's a network-accessible CS101 data store server," he said. "It's not just 'throw it in a key and get it back,' it’s a list server, a hash server, a test and a set server, all these basic primitives that are required to build highly distributed transactional applications.”
Related Search Term(s): NoSQL, Redis
Share this link: http://sdt.bz/34614
Most Read
Latest News
Resources
SAP unveils SAP HANA platform innovations for Big Data and spatial processing
Features include smart data access and expanded cloud deployment options
|
|
|
Alteryx raises $12 million to put Big Data analytics in the hands of all business analysts
Quest founder's firm, Toba Capital, selects Alteryx as its first analytics investment
|
|
|
Google I/O kicks off
Developers get new APIs and tools, and the Go language hits version 1.1
|
|
|
Jelastic launches new version of its Java and PHP hosting platform
Jelastic today announced the launch of a new version of its ultra-scalable cloud hosting platform
|
Telerik adds back-end services to Icenium mobile tool suite
Icenium Everlive makes the suite a complete app development platform, the company says
|
|
|
CollabNet fuses CloudForge, TeamForge
New pricing structure and integration gives developers an enterprise-grade choice for dist...
|
|
|
Eclipse release train for Kepler arrives June 26
New version of Eclipse includes Stardust for business process management, and Orion 3.0 fo...
|
|
|
Google I/O kicks off
Developers get new APIs and tools, and the Go language hits version 1.1
|
IDC MarketScape: Worldwide Cloud Testing and ASQ SaaS
Demand for solutions to test applications on the cloud and for the cloud is rising signifi...
|
|
|
Get to Know the Database Decision Factors
What should you look for when choosing a relational database system? This informative arti...
|
|
|
Exploring the Database Forest
Today’s database technology landscape is more dynamic and varied than ever before. What’s...
|
|
|
Data Management Resource Guide
Today’s data is generated by more than just applications. Data is generated by trillions o...
|