I came across the need to migrate a lot of keys from a production Redis cluster to a single Redis instance on my development servers. I used it as an opportunity to write something in go. Turns out, there aren’t any tools I could find! Clustering just came to Redis…
Weblog Entries
I have been writing an application that is planned to scale pretty big. This means that every 1% of processing time saved turns into a big bottom line difference in the budget. I created LightningPHP to work very similar to CodeIgniter but to more importantly and always foremost run extremely fast. During my tests, my code ran 15 times faster with HHVM and LightningPHP over Codeigniter, PHP and Apache.…
My new project Sophia requires a ton of database calls. When I say a ton, I mean a TON. Thankfully, the tech world has JUST started vetting exactly the solution I need: Redis clustering. Redis is a super fast memory…