This repository was archived by the owner on Jul 20, 2018. It is now read-only.
Has added Workflow's functionality#14
Open
uhbif19 wants to merge 13 commits into
Open
Conversation
Conflicts: redisco/containers/hash.py redisco/containers/list.py
Owner
|
Awesome! Can you add the that bit of documentation to the README? :D |
Author
|
Done (: ok ? |
Conflicts: redisco/envelopment/__init__.py
Author
|
Well, I have add support of Models. Can you add my patches into your repo ? |
Conflicts: redisco/envelopment/__init__.py
jeloou
referenced
this pull request
in jeloou/redisco
Feb 11, 2013
jeloou
referenced
this pull request
in jeloou/redisco
Feb 11, 2013
jeloou
referenced
this pull request
in jeloou/redisco
Feb 11, 2013
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Example :
In [1]: from redisco import Redisco
In [2]: r = Redisco()
In [3]: r["foo:bar"] = "value"
In [4]: env = r("foo") # new workspace
In [5]: env["bar"]
Out[5]: 'value'
In [6]: env2 = env("bar")
In [7]: l = env2.List("buz")
In [8]: l
Out[8]: <List 'buz' []>
I yet haven't provided compatibility with Model's, but it is coming soon.