This repository was archived by the owner on Jul 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Has added Workflow's functionality #14
Open
uhbif19
wants to merge
13
commits into
iamteem:master
Choose a base branch
from
uhbif19:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
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
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.