Skip to content

Instantly share code, notes, and snippets.

View makara's full-sized avatar

Makara Wang makara

  • Wiredcraft
  • Shanghai, China
View GitHub Profile
diff --git js/theme.js js/theme.js
index e63029b..5976949 100644
--- js/theme.js
+++ js/theme.js
@@ -59,14 +59,6 @@ Drupal.behaviors.jake = function (context) {
Drupal.jake.checkl10n();
});
- // Hide the context ui category selector if there is only one option
- $('#block-spaces_dashboard-editor .block-title').click(function() {

Redis 4.2 roadmap

  1. Redis Cluster
  • Speed up key -> hashslot association. Now makes RBB loading 4x slower when there are many small keys.
  • Better multi data center story
  • redis-trib C coded and moved into redis-cli
  • Backup / Restore of Cluster
  • Non blocking MIGRATE (also consider not using 2X memory)
  • Faster resharding
  • Bug fixing and stress testing to bring it to next level of maturity