Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ukko/phpredis-phpdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix-bool-types
Choose a base ref
...
head repository: ukko/phpredis-phpdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 1 file changed
  • 8 contributors

Commits on Aug 9, 2019

  1. Merge pull request #65 from ukko/fix-bool-types

    Change false to bool
    ukko authored Aug 9, 2019
    Configuration menu
    Copy the full SHA
    aca4607 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    6f8a208 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9768f40 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #66 from jstanden/fix-spop

    Redis.sPop may include an optional $count parameter
    ukko authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    e52e1f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #67 from jstanden/fix-srandmember

    Fixed a typo in the Redis.sRandMember var_dump() output
    ukko authored Sep 13, 2019
    Configuration menu
    Copy the full SHA
    4b64604 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Update Docs

    alexander-schranz authored Oct 14, 2019
    Configuration menu
    Copy the full SHA
    2779cfc View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Merge pull request #68 from alexander-schranz/patch-1

    Update Docs for zpopmin and zpopmax
    ukko authored Oct 16, 2019
    Configuration menu
    Copy the full SHA
    dc5f370 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Add new constants

    fedotov-as committed May 24, 2020
    Configuration menu
    Copy the full SHA
    06407d3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Merge pull request #69 from fedotov-as/feature/constants

    Add new constants
    ukko authored May 25, 2020
    Configuration menu
    Copy the full SHA
    0b36c0d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    73979d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #70 from Huggyduggy/patch-1

    Add COMPRESSION_LZ4 constant
    ukko authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    fc859cb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Add SCAN_PREFIX and SCAN_NOPREFIX

    Since version 5.3.0RC1 the new parameters are supported.
    phpredis/phpredis@e80600e
    lBeJIuk authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    08a92fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from lBeJIuk/master

    Add SCAN_PREFIX and SCAN_NOPREFIX
    ukko authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    dc9dd71 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. Update auth phpDoc

    acantepie authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    35ac1e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #73 from acantepie/master

    Update auth phpDoc
    ukko authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    0d81e3e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Fixed in the example the use of Redis.zAdd

    gongwen authored and gongwen committed May 7, 2021
    Configuration menu
    Copy the full SHA
    cdf07b5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Merge pull request #76 from gongwalker/master

    Fixed in the example the use of Redis.zAdd
    ukko authored May 8, 2021
    Configuration menu
    Copy the full SHA
    5ce7ea2 View commit details
    Browse the repository at this point in the history
Loading