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 MySQL backend implementant and support all methods #180

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 25, 2017

  1. add MySQL backend implementant and support all methods

      Signed-off-by: lrita <lrita@163.com>
    lrita committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    a5eb781 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. make Watch/WatchTree method can watch non-exist key

    We will get nil from the watching channel if the key isn't exist
    or has been deleted.
    
    Signed-off-by: lrita <lrita@163.com>
    lrita committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    d542bf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Add Read/Write-Timeout

    lrita committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    3cf2270 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

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

Commits on Aug 19, 2020

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