1. 02 Oct, 2019 1 commit
    • Oran Agra's avatar
      On LUA script timeout, print the script SHA to the log · 98426e98
      Oran Agra authored
      since the slowlog and other means that can help you detect the bad script
      are only exposed after the script is done. it might be a good idea to at least
      print the script name (sha) to the log when it timeouts.
      98426e98
  2. 01 Oct, 2019 4 commits
  3. 30 Sep, 2019 10 commits
  4. 27 Sep, 2019 11 commits
  5. 26 Sep, 2019 7 commits
  6. 25 Sep, 2019 6 commits
  7. 23 Sep, 2019 1 commit
    • Mike A. Owens's avatar
      Seed SipHash with 128-bit key · 0a4d2bbd
      Mike A. Owens authored
      SipHash expects a 128-bit key, and we were indeed generating 128-bits,
      but restricting them to hex characters 0-9a-f, effectively giving us
      only 4 bits-per-byte of key material, and 64 bits overall.
      
      Now, we skip the hex conversion and supply 128 bits of unfiltered
      random data.
      0a4d2bbd