当前位置: 首页 > 工具软件 > LedisDB > 使用案例 >

Go语言(goleveldb和ledisdb数据库介绍)

袁玮
2023-12-01

Mayuyu要介绍两个个Go语言编写的K-V数据库,分别是goleveldbledisdb

 

goleveldb在github上的链接为:https://github.com/syndtr/goleveldb

 

开发文档参考:http://godoc.org/github.com/syndtr/goleveldb

 

 

而ledisdb可以参考如下几篇文章

 

链接一:http://www.infoq.com/cn/news/2014/08/cloud-structure-thinking

 

链接二:http://blog.csdn.net/siddontang/article/details/25490903

 

链接三:http://blog.csdn.net/siddontang/article/category/2264003

 

链接四:http://www.golangtc.com/p/5399310a320b526de400000a

 

 

 类似资料: