文件名称:rgsync:RedisGears的写后写式和透写式配方
文件大小:352KB
文件格式:ZIP
更新时间:2024-05-08 13:48:10
redis writebehind redisgears writethrough Python
RGSync
写和透写食谱
演示版
例子
以下是RedisGears食谱,该食谱展示了如何使用“ Whint Behind”模式将数据从Redis哈希映射到MySQL表。 配方将所有带有前缀person:
【文件预览】:
rgsync-master
----setup.py(1KB)
----.gitignore(2KB)
----requirements.txt(42B)
----example-cql.py(1KB)
----.dockerignore(58B)
----build()
--------reqpacks()
----LICENSE(1KB)
----setup.cfg(40B)
----sbin()
--------setup-gears(575B)
--------deploy-artifacts(513B)
--------system-setup.py(2KB)
--------setup-mysql(477B)
----examples()
--------snowflake()
--------redis()
--------sqlite()
--------mysql()
--------mssql()
----testWriteBehind.py(11KB)
----README.md(11KB)
----demo()
--------WriteBehindDemo.gif(330KB)
----.circleci()
--------config.yml(4KB)
----rgsync()
--------__init__.py(124B)
--------redis_gears_write_behind.py(15KB)
--------Connectors()
--------common.py(1KB)