Dice 🎲 is an extremely simple Golang-based in-memory KV store that speaks the Redis dialect. Because Dice speaks Redis' dialect, you can connect to it with any Redis Client and the simplest way it to use a Redis CLI. #devopskhan
Amaan Khan’s Post
More Relevant Posts
-
Dicedb has open sourced Dice alternative to Redis written in GO, Its a drop-in replacement of Redis with SQL-based real-time reactivity baked in. It means you can directly replace your Redis to Dice without requiring significant modifications. Note - Its in development stage. Checkout to track or contribute - https://lnkd.in/g4iNduHW.
GitHub - DiceDB/dice: DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
github.com
To view or add a comment, sign in
-
𝗨𝗻𝗹𝗼𝗰𝗸 𝘁𝗵𝗲 𝗣𝗼𝘄𝗲𝗿 𝗼𝗳 𝗥𝗲𝗱𝗶𝘀 𝘄𝗶𝘁𝗵 𝗗𝗼𝗰𝗸𝗲𝗿 🔓 Hey, Connections ✨ Running Redis with Docker can be a game-changer for your applications! 🚀I recently published an article that dives deep into how to leverage Docker's simplicity for a powerful Redis setup. 💪 ..... In this article, you'll discover: The benefits of using Redis with Docker ⚡ A step-by-step guide to running Redis in Docker containers Plus, I'd love to hear about your experiences with Redis! Share your thoughts and best practices in the comments below 🤗
Running Redis with Docker
dev.to
To view or add a comment, sign in
-
Ready to master atomic operations in your Laravel projects? The Redis transaction method is your new secret weapon! 💎 This powerful feature ensures multiple Redis commands execute as a single, indivisible operation. Perfect for maintaining data consistency in complex scenarios. #Laravel Dive into our latest blog post to learn how:
Mastering Redis Transactions in Laravel: Atomic Operations Made Easy
harrisrafto.eu
To view or add a comment, sign in
-
First time i have written a post to share my experience. The posts contain the following content: - Why pick Redis sentinel? - Difficulties encountered in research and how to resolve them. - Introduce, listen, and take the suggestions and feedback to improve. - Why not use Haproxy/Keepalived for Redis? - Notification when the failover process happens? - Summary Test Report, Comparison & Conclusion. - Metrics, Grafana dashboard modification, Saltstack & Ansible for automation provision.
Redis Sentinel, learning from scratch to deploy to production environment
kienlt.substack.com
To view or add a comment, sign in
-
🚀 Exciting Milestone Achieved: Built My Own Redis from Scratch! 🚀 I'm thrilled to share that I've successfully completed the "Build Your Own Redis" challenge on CodeCrafters! This project was an incredible journey into the inner workings of Redis, where I got hands-on experience with key concepts like: Command Processing: Implemented the parsing and execution of Redis commands. Networking: Developed a robust networking layer to handle client-server communication. Data Structures: Built efficient in-memory data structures to store and retrieve data quickly. Master-Replica: Built support for leader-follower capabilities with changes to master automatically propagating to replicas. This challenge has deepened my understanding of distributed systems and high-performance data stores, and I'm excited to apply this knowledge in real-world scenarios. A big thanks to CodeCrafters for creating such an engaging and educational platform. Feel free to reach out if you'd like to discuss the project or anything Redis-related. I'm always open to connecting with fellow engineers and enthusiasts. You can find my code at: https://lnkd.in/eNH5nXrJ #Redis #CodeCrafters #SoftwareEngineering #DistributedSystems
GitHub - anubhav0107/RedisJava
github.com
To view or add a comment, sign in
-
Redis Pub/Sub In-Depth
Redis Pub/Sub In-Depth
medium.com
To view or add a comment, sign in
-
Unlock the power of Redis transactions in Laravel! 🚀 Learn how to keep data consistent by executing multiple commands as one atomic operation. Check out the latest from our community on making Laravel and Redis work smoothly together.
Mastering Redis Transactions in Laravel: Atomic Operations Made Easy
harrisrafto.eu
To view or add a comment, sign in
-
The first adventure in The Code Sleuth's Casebook has kicked off with "The Case of the Redis Client." Part 1 dives into collecting clues and information essential for developing a Redis Client using TDD and SOLID design. Check out the details here: https://lnkd.in/gbgfzBeR
The Case of the Redis Client, Part 1: Collecting Clues
code-sleuth.com
To view or add a comment, sign in
-
Presently building a version of Redis with Javascript with the good people at CodeCrafters.io (YC S22), so naturally i am knees deep in Redis docs. As a technical developer relations leader, its important that i, once in a while, take on ambitious software projects and see them through to the end. It gives a refreshed clarity on what technical staff expect to see when they use my products in the web3 space and what engineers expect to see in the docs. And who knows, maybe its time we decentralise Redis too. What do you think? https://lnkd.in/dAF5u4Xp
Redis serialization protocol specification
redis.io
To view or add a comment, sign in
-
The Case of the Redis Client, Part 2: Puzzle Pieces is up at https://lnkd.in/g63PafrB. In this post we use TDD to start creating the simple Redis Client and have a class that can create a RedisClient which can send simple commands and receive responses.
The Case of the Redis Client, Part 2: Puzzle Pieces
code-sleuth.com
To view or add a comment, sign in