文件名称:转到软件包以进行数据库记录或其他数据缓存-Golang开发
文件大小:541KB
文件格式:ZIP
更新时间:2024-06-15 11:28:42
Golang Database Drivers
Rapidash Rapidash是用于数据库记录或其他数据缓存的Go软件包。 它不仅支持memcached或Redis进行通用缓存(例如get / set),而且还通过提取所有内容来支持对只读数据的快速访问。Rapidash Rapidash是数据库记录或其他数据缓存的Go包。 它不仅支持memcached或Redis进行通用缓存(例如get / set),而且还通过从数据库中获取所有只读记录并将它们缓存到应用程序中的内存中来支持对只读数据的快速访问。 此外,它支持对数据库中的读/写记录的直通/直写缓存。 主要功能如下。 1.功能从应用程序中的数据库中获取所有只读记录
【文件预览】:
rapidash-master
----error.go(2KB)
----go.mod(782B)
----last_level_cache.go(8KB)
----testdata()
--------cache.yml(1KB)
----btree_test.go(102B)
----rapidash_test.go(6KB)
----README.ja.md(10KB)
----type.go(100KB)
----go.sum(19KB)
----first_level_cache.go(10KB)
----log.go(8KB)
----addr.go(506B)
----last_level_cache_test.go(33KB)
----decoder.go(9KB)
----.circleci()
--------config.yml(1KB)
----coder.go(28KB)
----second_level_cache_test.go(64KB)
----config_test.go(8KB)
----benchmark_test.go(13KB)
----tx_test.go(23KB)
----assert_test.go(1KB)
----first_level_cache_test.go(18KB)
----LICENSE(1KB)
----README.md(14KB)
----encoder.go(26KB)
----second_level_cache.go(44KB)
----option.go(5KB)
----btree.go(8KB)
----rapidash.go(29KB)
----query_builder.go(30KB)
----server()
--------memcache.go(17KB)
--------hashring.go(2KB)
--------memcache_test.go(10KB)
--------hashring_test.go(2KB)
--------assert_test.go(195B)
--------redis.go(7KB)
--------selector.go(2KB)
--------redis_test.go(9KB)
--------selector_test.go(2KB)
--------cache_server.go(9KB)
--------cache_server_test.go(12KB)
----cmd()
--------rapidash()
----index.go(5KB)
----config.go(7KB)
----static()
--------index.html(383B)
--------yarn.lock(119KB)
--------webpack.config.js(2KB)
--------src()
--------types()
--------tsconfig.json(311B)
--------dist()
--------rapidash.tmpl(492B)
--------statik()
--------.gitignore(13B)
--------package-lock.json(173KB)
--------package.json(727B)