Skip to content
Snippets Groups Projects
  1. Dec 22, 2018
  2. Dec 20, 2018
  3. Dec 17, 2018
  4. Dec 15, 2018
  5. Dec 11, 2018
  6. Dec 03, 2018
  7. Nov 16, 2018
  8. Nov 15, 2018
  9. Nov 08, 2018
  10. Nov 03, 2018
  11. Nov 02, 2018
  12. Nov 01, 2018
  13. Oct 10, 2018
  14. Jul 30, 2018
  15. Jul 24, 2018
    • Dan Fuchs's avatar
      Avoid using KEYS, continued (#172) · 8d260bff
      Dan Fuchs authored
      * Avoid using KEYS.
      
      * Check single keys, or patterns with `SCAN`
      
      Continues the work that @Tinche did in #149.
      
      * Add an arg, `check-single-keys` to get size and value with `TYPE`
      * Modify the behavior of `check-keys`
        * Get keys from globs with `SCAN` rather than `KEYS`
        * If a key doesn't have any glob characters in it, just add it to the
          list of things to check with `TYPE`
      
      I added an argument rather than decide `SCAN` vs `TYPE` based on the
      presence of glob characters because, technically, redis key names can
      contain glob characters, according to https://redis.io/topics/data-types-intro:
      
          Redis keys are binary safe, this means that you can use any binary
          sequence as a key, from a string like "foo" to the content of a JPEG
          file. The empty string is also a valid key.
      
      The only way to be able to check for key names with glob characters in
      them is by being able to explicitly specify keys that you don't want to
      glob for.
      8d260bff
    • Oliver's avatar
      coveralls · 9eec3947
      Oliver authored
      9eec3947
  16. Jul 20, 2018
  17. Jul 03, 2018
  18. Jun 25, 2018
  19. Jun 23, 2018
  20. Jun 20, 2018
Loading