Releases: limen/redisun
Releases · limen/redisun
use "redis.call" instead of "redis.pcall"; use "evalsha" instead of "eval"
make scripts static to reduce Redis cache memory usage
make scripts static to reduce Redis cache memory usage
fix ttl tests & optimize keys command
fix ttl tests & optimize keys command
Rename package; more unified commands; some optimizations.
fix insert
v1.0.5 fix insert
make create and insert have ex and xx features
new api:
createExists, insertExists -> setxx
createNotExists, insertNotExists -> setnx
fix some error
v1.0.3 fix; more doc
Fix update string without ttl parameter; Index findBatch returned data set by ids.
v1.0.2 fix update string model; modified findBatch
fix hash type query
v1.0.1 fix query hash type model
query redis like relational database
v1.0.0 a big step