cat redis-versioned-kv/lua/versioned-kv.lua | redis-cli -h 127.0.0.1 -p 6379 -x FUNCTION LOAD REPLACE
- Redis as store backend
- Versioned KV on redis
- Scalalbe Web3 service
- Embedded EVM
- address:
- balance: U256
- code: U256
- nonce: U256
Keys:
balance:addr.<0x>
code:addr.<0x>
nonce:addr.<0x>
- address: H160
- index: U256
- value: H256
- index: U256
Keys:
state:addr.<0x>:index.<0x>
- txhash
- txobject
Keys:
tx:hash.<0x>
- txhash
- receipt object
Keys:
receipt:hash.<0x>