volomas / node-redisson-rmapcache

Reads from HSET, where values were inserted by RMapCache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-redisson-rmapcache

Reads from HSET, where values were inserted by Redisson's RMapCache

Redisson prepends metadata to value itself in some cases (RMapCache is one of them). This repo uses lua script to "unpack" it so that we could use redis from nodejs (when java redisson lib is used to push data)

About

Reads from HSET, where values were inserted by RMapCache


Languages

Language:JavaScript 70.5%Language:Lua 29.5%