redis json存储。

reids-json-storage的Python项目详细描述


redis json存储图片::https://travis-ci.org/appstore-zencore/rjs.svg?branch=master
:目标:https://travis ci.org/appstore zencore/rjs

reids json存储。将json数据作为hashmap存储在redis中。

install
----

::



class&methods
----


1。json storage


>a.更新
>b.获取
>c.删除
>d.删除






>
>>
示例
-










connection=make redis-redis-u-redis-u connect(config)
>storage=jsonstorage(connection)

data1=
“a”:1,
“a”:1,


a;d.删除



“b”:2,
}
storage.update(data1)
data2={
“b”:3,
“c”:4,
}
storage.update(data2)
data3=storage.get(key)

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
如何将java ArrayList对象转换为实际值   web服务如何在JAVA类uisng JAXBElement中解组SOAP UI值   包含无值参数的java HttpClient表单URL   运行简单Camel Restlet演示项目的java问题?   带有自定义图标的java简单SWT警报消息?   java Netbeans 6.8:LibImport可以工作,但编译时“包不存在”   java如何获得绘画完成的通知?   java Hazelcast客户端模式群集故障后如何恢复?   Neo4J中Shapefile的java批插入   为什么ThreadPoolExecutor在Eclipse和从命令行运行Java程序时表现不同?   java在Android中计算两个坐标之间的距离时得到了荒谬的值   java在CardLayout中显示卡本身的下一张卡