Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Redis Streams commands #319

Merged
merged 47 commits into from Jun 23, 2020

Commits on May 16, 2020

  1. Enable feature

    Terkwood committed May 16, 2020
    Configuration menu
    Copy the full SHA
    e3484ae View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    a5458b8 View commit details
    Browse the repository at this point in the history
  2. Fix doc tests

    Terkwood committed May 18, 2020
    Configuration menu
    Copy the full SHA
    bc369d4 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    Terkwood committed May 18, 2020
    Configuration menu
    Copy the full SHA
    ad778df View commit details
    Browse the repository at this point in the history

Commits on May 21, 2020

  1. Address lints

    Terkwood committed May 21, 2020
    Configuration menu
    Copy the full SHA
    177ba52 View commit details
    Browse the repository at this point in the history
  2. Fix doc links

    Terkwood committed May 21, 2020
    Configuration menu
    Copy the full SHA
    b7c7c88 View commit details
    Browse the repository at this point in the history
  3. Split up test

    Terkwood committed May 21, 2020
    Configuration menu
    Copy the full SHA
    84f0015 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Merge branch 'master' of https://github.com/mitsuhiko/redis-rs into f…

    …eature/redis-streams-commands
    Terkwood committed May 31, 2020
    Configuration menu
    Copy the full SHA
    4f907c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. draft streams example

    Terkwood committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    02d20d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Update example

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    9eabb34 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    97fc13f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/mitsuhiko/redis-rs into f…

    …eature/redis-streams-commands
    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    9f89e47 View commit details
    Browse the repository at this point in the history
  4. Address clip

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    dc256d7 View commit details
    Browse the repository at this point in the history
  5. Feature gate example

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    80f3d6b View commit details
    Browse the repository at this point in the history
  6. Fixes example cfg

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    788bb69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4d93ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7048b5 View commit details
    Browse the repository at this point in the history
  9. Sanitize example

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    c21c393 View commit details
    Browse the repository at this point in the history
  10. Fix misleading example text

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    c83f447 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    908f8d5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6fd8cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    309c290 View commit details
    Browse the repository at this point in the history
  14. Unpack tuple

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    06091aa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ffb606 View commit details
    Browse the repository at this point in the history
  16. Use into_iter

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    6be524e View commit details
    Browse the repository at this point in the history
  17. Use into_iter

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    d0fccc0 View commit details
    Browse the repository at this point in the history
  18. Use into_iter

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    0650756 View commit details
    Browse the repository at this point in the history
  19. Use struct initializer

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    769ffc2 View commit details
    Browse the repository at this point in the history
  20. Use flat_map

    Terkwood committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    206a18f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Use ok_or_else

    Terkwood committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    47cc6d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eade019 View commit details
    Browse the repository at this point in the history
  3. Relax test constraint

    Terkwood committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    818bdb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5daf9f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Declare type

    Terkwood committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    13d6eca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Merge branch 'master' of https://github.com/mitsuhiko/redis-rs into f…

    …eature/redis-streams-commands
    Terkwood committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    9739fa3 View commit details
    Browse the repository at this point in the history
  2. Touch up spacing

    Terkwood committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    b3db4b6 View commit details
    Browse the repository at this point in the history
  3. Trim spaces

    Terkwood committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    903e429 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/mitsuhiko/redis-rs into f…

    …eature/redis-streams-commands
    Terkwood committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    3e9d358 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Configuration menu
    Copy the full SHA
    c6dc149 View commit details
    Browse the repository at this point in the history
  2. Trim println

    Terkwood committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    2264cee View commit details
    Browse the repository at this point in the history
  3. Use fail macro

    Terkwood committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    fced882 View commit details
    Browse the repository at this point in the history
  4. Use fail macro

    Terkwood committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    d3b27dc View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Remove unnecessary collects

    Terkwood committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    2e77adf View commit details
    Browse the repository at this point in the history
  2. Delete find method

    Terkwood committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    12915c7 View commit details
    Browse the repository at this point in the history
  3. Hide method

    Terkwood committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    3f6cd92 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    725428f View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Remove just_ids

    Terkwood committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    888de66 View commit details
    Browse the repository at this point in the history