Skip to content
Snippets Groups Projects
  1. Mar 09, 2019
  2. Mar 02, 2019
  3. Feb 21, 2019
  4. Jan 30, 2019
  5. Jan 23, 2019
  6. Jan 11, 2019
  7. Dec 17, 2018
  8. Dec 15, 2018
  9. Nov 08, 2018
  10. Oct 10, 2018
  11. Jul 30, 2018
  12. 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
  13. Jun 06, 2018
  14. May 28, 2018
  15. Apr 23, 2018
  16. Mar 28, 2018
  17. Mar 23, 2018
  18. Dec 01, 2017
  19. Sep 25, 2017
  20. Sep 22, 2017
  21. Aug 01, 2017
  22. May 18, 2017
  23. Mar 07, 2017
  24. Dec 02, 2016
  25. Nov 24, 2016
  26. Nov 02, 2016
  27. Oct 27, 2016
  28. Oct 15, 2016
  29. Sep 30, 2016
  30. Sep 24, 2016
  31. Apr 23, 2016
  32. Apr 18, 2016
  33. Sep 08, 2015
    • David Wittman's avatar
      Add support for authentication · 15910c86
      David Wittman authored
      Adds the "redis.password" flag, which allows for authenticating
      connections to the Redis server or servers. This flag defaults
      to the environment variable `REDIS_PASSWORD`.
      
      To simplify the function signatures, a RedisHost structure was implemented
      to contain all information about the connection to Redis.
      15910c86
  34. Jun 16, 2015
  35. Jun 15, 2015
  36. Jun 05, 2015
Loading