Company:Redis Labs

From HandWiki
Redis Labs, Inc.
Redis Labs Ltd.
FormerlyGarantia Data
TypePrivate
IndustryNoSQL
Founded2011
HeadquartersMountain View, California , USA
Key people
Ofer Bengal
Yiftach Shoolman
Salvatore Sanfilippo
ProductsRedis Enterprise Software
Redis Enterprise Cloud
Memcached Cloud
Redis Modules
Websitewww.redislabs.com

Redis Labs (originally Garantia Data) is a private computer software company based in Mountain View, California. It provides a database management system marketed as "NoSQL" as open source software or as a service using cloud computing.[1] The company has additional offices in London and Tel Aviv.

History

Redis Labs was founded under the name Garantia Data[2] in 2011 by Ofer Bengal, previously the founder and CEO of RiT Technologies, and Yiftach Shoolman, previously the founder and president of Crescendo Networks, acquired by F5 Networks.[3][4]

In June 2012, the company announced a beta version of its cloud services at GigaOm's Structure LaunchPad.[5][6] According to IT Business Edge, Redis Enterprise Cloud is especially suitable for “web companies or websites with seasonal or occasional fluctuations in traffic and performance needs."[7] By January 2013 the company had more than 1,000 paying customers including Electronic Arts, Illumina, and Scopely.[8] The Redis Enterprise Cloud and Memcached Cloud products became generally available in February 2013.[9][10]

In September 2013, Amazon Web Services announced Redis capabilities for its ElastiCache product, thereby competing with the company's offering.[11] According to TechCrunch, Redis Labs "has the advantage over AWS when it comes to Redis" because of its scalability and high availability features, which ElastiCache does not provide.[12]

In October 2013, Redis Labs acquired MyRedis, a competing hosted Redis provider.[13] By December 2013, the company had at least 10,000 users,[14] including 1,300 paying customers.[8] On January 29, 2014, the company changed its name from Garantia Data to Redis Labs.[2] In September 2014, Redis Labs reported 3,000 paying customers.[15]

In early 2015, Redis Labs made available Redis Enterprise Pack.[16] On July 15, 2015, the creator of Redis and lead developer, Salvatore Sanfilippo, joined Redis Labs to lead open source development, and Redis Labs became the official sponsor of the open source project.[17]

In early 2016, Redis Labs made available a connector package to Apache Spark.[18][19][20] In May 2016, the company announced a mechanism for developers to extend Redis,[21] and opened an online marketplace that offers modules certified to work with both open source Redis and Redis Labs’ enterprise products.[22]

Funding

The company secured $4 million in seed funding from angel investors in August 2012,[23] an additional $9 million in series A funding led by Bain Capital Ventures and Carmel Ventures,[4][12] an additional $15m in Series B funding led by the existing investors and Silicon Valley Bank,[24] and an additional $14 million in series C funding led by the same investors.[25] In August 2017 it raised $44 million in series D funding, and in February 2019 $60 million in series E funding led by Francisco Partners with participation by existing investors.[26] Series F funding was concluded in August 2020 raising another $100 million. [27] Another $110 million was raised during Series G funding which concluded in April 2021. [28]

Products

Redis Labs provides downloadable software known as Redis Enterprise Software, Redis Enterprise VPC and a cloud computing service known as Redis Enterprise Cloud.[29]

Redis Enterprise Software, Redis Enterprise VPC and Redis Enterprise Cloud solve these problems, and provide the following additional functionalities over a regular Redis installation:[12][5]

  • Fully automated continuous scaling with no limit on data size or throughput.
  • Store large datasets by extending RAM into Flash devices.[30]
  • All Redis commands supported at any dataset size - unlike the open source Redis Cluster, in Alpha stage as of December 2013,[31] which only supports single-key operations.[32]
  • Built-in memory-based replication, data persistence, auto failover and backup.
  • Allows customers to replicate instances across different Amazon Web Services Availability Zones (Multi-AZ) with instant failover in case of a disruption to an entire Amazon data center.[33][34]
  • Each database runs as a dedicated process that does not interfere with other instances, avoiding “noisy neighbors”.[5]
  • Managed service which does not require the user to install or setup Redis, configure persistence, manage scaling or failure recovery.

Redis Modules

Redis Modules are an expansion of Redis as a key-value store into a multi-model database using custom made data-types. They were introduced by Salvatore Sanfilippo in order to prevent scope creep on core Redis. Redis Modules are under Redis Source Available License.[35]

Technology

Redis Enterprise achieve scalability and high availability using a proprietary dynamic clustering engine. The services virtualize multiple cloud servers into a large pool of memory, consumed by users according to the actual size of their datasets. A dataset is automatically distributed in shards across multiple nodes - this enables fast and transparent recovery when a node fails, and improves performance in high-throughput use cases.[3][5][10][36][37]

Datasets are also constantly replicated, so if a node fails, an auto-switchover mechanism guarantees data is served without interruption. To provide additional reliability, the entire dataset is constantly replicated from the nodes to persistent storage, and can also be backed up to a remote persistent storage for disaster recovery.[10]

Redis Labs offers a pay-per-use pricing model, allowing users to pay per GB-hour of storage used, unlike other providers which price their service based on size of machine instance, even if users consume only some of the machine's resources.[9][36]

Redis Enterprise Cloud and Memcached Cloud are available on Amazon Web Services (US, EU and APAC), Windows Azure, IBM SoftLayer, Heroku, Bluemix, AppFog, AppHarbor,[3] Cloud Foundry and OpenShift. In November 2013, the company announced Redis Enterprise Cloud and Memcached Cloud plugins on New Relic’s Plugin Central - the plugin enable developers who use New Relic to monitor Redis and Memcached usage characteristics directly from their New Relic dashboard.[38]

References

  1. Kavis, Mike. "Vendor Spotlight: Garantia – In-memory NoSQL company". Kavis Technology Consulting. http://www.kavistechnology.com/blog/vendor-spotlight-garantia-in-memory-nosql-company/. Retrieved July 29, 2013. 
  2. 2.0 2.1 Williams, Alex (January 29, 2014), "Database Provider Garantia Data Makes Another Name Change, This Time To Redis Labs", TechCrunch, Retrieved February 9, 2014.
  3. 3.0 3.1 3.2 Matt, Aslett (February 14, 2013), "Garantia Data goes GA with Redis and memcached cloud services", 451research.com, Retrieved January 2, 2014.
  4. 4.0 4.1 "Cloud services co Garantia Data raises $3m", globes.co.il, Retrieved January 2, 2014.
  5. 5.0 5.1 5.2 5.3 Deutscher, Maria (November 26, 2012), "Garantia Boosts AWS with Major NoSQL Upgrade", DevOpsAngle, Retrieved January 2, 2014.
  6. Grant, Rebecca (8/8/2012), "Funding Daily: 8 on 8/8", VentureBeat, Retrieved January 2, 2014.
  7. Lawson, Loraine (June 22, 2012), "News Roundup: Hadoop, Hadoop and More Hadoop", IT Business Edge, Retrieved January 2, 2014.
  8. 8.0 8.1 Novet, Jordan (November 5, 2013), "Garantia Data becomes RedisDB, grabs $9M as it passes thousand-customer mark", VentureBeat, Retrieved January 2, 2014.
  9. 9.0 9.1 Tozzi, Christopher (February 15, 2013), "Garantia Unveils In-Memory NoSQL Cloud Storage Platforms", The VAR Guy, Retrieved January 2, 2014.
  10. 10.0 10.1 10.2 Marshall, David (February 18, 2013), "Q&A: Interview with Garantia Data Talking Redis Cloud and Memcached Cloud", VMWare VMBlog, Retrieved January 2, 2014.
  11. "Amazon ElastiCache - Now With a Dash of Redis", Amazon Web Services Blog, Retrieved January 2, 2014.
  12. 12.0 12.1 12.2 Williams, Alex (November 10, 2013), "Garantia Has The Advantage Over AWS When It Comes To Redis, The Popular NoSQL Database", TechCrunch, Retrieved January 2, 2014.
  13. Finley, Klint (October 7, 2013), "Dying Cloud Mistakenly Gives Users Three Days to Save Data", wired.com, Retrieved January 2, 2014.
  14. Loeb, Steven (November 4, 2013), "Garantia Data takes in $9M in Series A funding", Vator News, Retrieved January 2, 2014.
  15. Asay, Matt (September 23, 2014), "NoSQL Databases Are Going Mainstream—They Actually Have Paying Customers", ReadWrite, Retrieved February 28, 2015.
  16. Butler, Brandon (October 6, 2015), "Hottest products at AWS re:Invent 2015", Retrieved September 11, 2016.
  17. Kepes, Ben (July 15, 2015),"Redis Labs hires the creator of Redis, Salvatore Sanfilippo", Network World, Retrieved August 30, 2015.
  18. George Leopold (02/02/2016), "Redis Connector Aims to Boost Spark Performance", [Datanami], Retrieved September 19, 2016.
  19. Joab Jackson (02/02/2016), "Spark Closes in on Real-Time Processing with Redis Pairing", [TheNewStack], Retrieved September 19, 2016.
  20. Shoolman, Yiftach. "Give Spark a 45x speed boost with Redis". http://www.infoworld.com/article/3045083/analytics/give-spark-a-45x-speed-boost-with-redis.html. 
  21. Adrian Bridgwater (05/11/2016), "Redis aims for an infinite variety of data structures", [IT Knowledge Exchange, Open Source Insider], Retrieved September 19, 2016.
  22. Jordan Novet (05/10/2016), "Redis launches modules to add extensibility to the open source database", [VentureBeat], Retrieved September 19, 2016.
  23. "Garantia Data Scores $9M Series A", Dow Jones Private Equity & Venture Capital, Retrieved January 2, 2014.
  24. Wolpe, Toby. "Redis Labs secures multi-million injection to help compete with MongoDB and Cassandra". ZDNet. http://www.zdnet.com/article/redis-labs-secures-multi-million-injection-to-help-compete-with-mongodb-and-cassandra/. Retrieved August 25, 2015. 
  25. Frederic Lardinois (July 21, 2016) "Redis Labs raises $14M for its in-memory NoSQL database services",TechCrunch, Retrieved August 22, 2016
  26. Wiggers, Kyle (February 19, 2019). "Redis Labs raises $60 million for its NoSQL database". VentureBeat. https://venturebeat.com/2019/02/19/redis-labs-raises-60-million-for-its-nosql-database/. 
  27. Cai, Kenrick (August 25, 2020). "Redis Labs, Maker Of Database Software, Hits $1 Billion Valuation With New Fundraise". Forbes. https://www.forbes.com/sites/kenrickcai/2020/08/25/redis-labs-database-startup-series-f-unicorn/#335f6e73b3a0. 
  28. "Redis Labs surpasses $2B valuation with latest funding round". April 7, 2021. https://www.zdnet.com/article/redis-labs-surpasses-2b-valuation-with-latest-funding-round. 
  29. "DB-Engines Ranking of Key-value Stores", db-engines.com, Retrieved January 2, 2014.
  30. "Under the Hood: Redis Enterprise Flash Database Architecture - ODBMS.org" (in en-US). http://www.odbms.org/2017/12/under-the-hood-redis-enterprise-flash-database-architecture-2/. 
  31. Redis Cluster Tutorial, Redis.io, Retrieved 2013-12-25.
  32. Sanfilippo, Salvatore (February 14, 2013), News about Redis: 2.8 is shaping, I'm back on Cluster, Antirez Weblog - Salvatore Sanfilippo, Retrieved 2013-12-25.
  33. "Garantia Announces Multi-Availability Zone Replication On Amazon Web Services For Redis And Memcached", Cloud Computing Today, Retrieved January 2, 2014.
  34. Butler, Brandon (June 17, 2013), "Products of the week 6.17.13", Network World, Retrieved January 2, 2014.
  35. Baer, Tony. "Redis wants more than cache" (in en). ZDNet. https://www.zdnet.com/article/redis-wants-more-than-cache/. 
  36. 36.0 36.1 Higginbotham, Stacey (June 27, 2012), "GarantiaData and the lure of infinite scalability", GigaOM, Retrieved January 2, 2014.
  37. McCarthy, Vance. "Garantia Data Unveils Automated In-Memory NoSQL Cloud Service". Integration Developer News. http://www.idevnews.com/stories/5324/Garantia-Data-Unveils-Automated-In-Memory-NoSQL-Cloud-Service. Retrieved July 19, 2013. 
  38. "Garantia Data Launches Redis and Memcached Plugins for Developers Using New Relic", Yahoo Finance, Retrieved January 2, 2014.

External links