Skip to content
Snippets Groups Projects
  1. Nov 01, 2018
  2. Oct 10, 2018
  3. Jul 30, 2018
  4. 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
  5. Jul 20, 2018
  6. Jul 03, 2018
  7. Jun 25, 2018
  8. Jun 23, 2018
  9. Jun 20, 2018
  10. Jun 13, 2018
  11. Jun 12, 2018
  12. Jun 06, 2018
  13. May 28, 2018
  14. May 10, 2018
  15. May 09, 2018
  16. Apr 23, 2018
  17. Apr 08, 2018
Loading