Published Dec 14, 2017

Blockchains and Databases at OSCON

Explore cutting-edge developments in open source licensing, Redis capabilities, and Hyperledger technology with insights into balancing open-source models, optimizing storage solutions, and advancing digital identity management for greater transparency and privacy.
Episode Highlights
The Changelog logo

Popular Clips

Episode Highlights

  • Extending Redis

    Redis's modular architecture allows developers to extend its capabilities without altering the core system. highlights the collaboration between Redis Labs and Salvatore Sanfilippo, enabling the creation of modules that enhance Redis's functionality. This approach not only fosters innovation but also provides a proving ground for features that could eventually become part of the core Redis system 1. Griffith explains, "It's one of the great parts of open source is that it's now a modular extension to the Redis without needing to go through the Changelog request."

    It's one of the great parts of open source is that it's now a modular extension to the Redis without needing to go through the Changelog request.

    ---

    Redis Labs supports this open-source project while balancing the needs of the community and commercial users, ensuring that contributions align with the broader goals of Redis development 2.

       

    Redis Performance

    Redis is renowned for its flexibility and high performance, making it a preferred choice for developers seeking a robust storage solution. emphasizes Redis's ability to handle various data structures and its suitability for agile development models, offering low latency with operations typically served in under a millisecond 3. He notes, "Redis is fast. Everything is in memory," highlighting its efficiency as a storage system.

    Redis is fast. Everything is in memory.

    ---

    Beyond its traditional use as a cache, Redis offers multiple persistence modes, allowing developers to fine-tune performance and durability according to their needs. This adaptability makes Redis a powerful tool for both ephemeral and persistent data storage 4.

Related Episodes