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

added multi-directory support #51

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

added multi-directory support #51

wants to merge 2 commits into from

Commits on Mar 3, 2017

  1. added directory support

    An initial start to add directory support, looking to get help/advice from community to make code more robust.
    
    Added capability to prefix key with directory for get, set, has, remove (i.e. "testfolder/foo" will get, set, has, or remove foo under the testfolder directory).
    Also extended functions getAll, keys, clear* to allow optional directory parameter (i.e. "testfolder" will getAll, keys or clear* under the testfolder directory.
    
    getMany is tricky and needs some work.
    
    *Currently clear removes the directory passed to function.
    **All current test cases pass with exception of utils test function since directory is different
    kfardanesh committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    3f3213d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

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