Skip to content
This repository was archived by the owner on Jul 20, 2018. It is now read-only.

Conversation

@uhbif19
Copy link

@uhbif19 uhbif19 commented Mar 28, 2011

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.

@iamteem
Copy link
Owner

iamteem commented Mar 31, 2011

Awesome! Can you add the that bit of documentation to the README? :D

@uhbif19
Copy link
Author

uhbif19 commented Apr 2, 2011

Done (:

ok ?

uhbif19 added 2 commits April 3, 2011 00:17
Conflicts:
	redisco/envelopment/__init__.py
@uhbif19
Copy link
Author

uhbif19 commented Apr 23, 2011

Well, I have add support of Models.

Can you add my patches into your repo ?

uhbif19 added 2 commits April 23, 2011 22:47
Conflicts:
	redisco/envelopment/__init__.py
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants