1. 31 Oct, 2019 3 commits
  2. 30 Oct, 2019 3 commits
  3. 28 Oct, 2019 3 commits
    • antirez's avatar
      LOLWUT 6: always pick a default color sequence. · cfcb4754
      antirez authored
      cfcb4754
    • swilly22's avatar
      Introduce ReplyWithVerbatimString, ReplyWithEmptyArray, ReplyWithNullArray and... · 56a7c455
      swilly22 authored
      Introduce ReplyWithVerbatimString, ReplyWithEmptyArray, ReplyWithNullArray and ReplyWithEmptyString to redis module API
      56a7c455
    • zhaozhao.zz's avatar
      Modules: make unloading module more safe · c74398e1
      zhaozhao.zz authored
      As we know if a module exports module-side data types,
      unload it is not allowed. This rule is the same with
      blocked clients in module, because we use background
      threads to implement module blocked clients, and it's
      not safe to unload a module if there are background
      threads running. So it's necessary to check if any
      blocked clients running in this module when unload it.
      
      Moreover, after that we can ensure that if no modules,
      then no module blocked clients even module unloaded.
      So, we can call moduleHandleBlockedClients only when
      we have installed modules.
      c74398e1
  4. 25 Oct, 2019 1 commit
  5. 24 Oct, 2019 4 commits
  6. 23 Oct, 2019 26 commits