Skip to content

Releases: limen/redisun

use "redis.call" instead of "redis.pcall"; use "evalsha" instead of "eval"

30 Nov 07:16
Compare
Choose a tag to compare

use "redis.call" instead of "redis.pcall"; use "evalsha" instead of "eval"

make scripts static to reduce Redis cache memory usage

29 Nov 11:16
Compare
Choose a tag to compare

make scripts static to reduce Redis cache memory usage

fix ttl tests & optimize keys command

23 Nov 08:52
Compare
Choose a tag to compare

fix ttl tests & optimize keys command

Rename package; more unified commands; some optimizations.

18 Jun 07:21
Compare
Choose a tag to compare

fix insert

10 Jun 06:50
Compare
Choose a tag to compare
v1.0.5

fix insert

make create and insert have ex and xx features

10 Jun 06:36
Compare
Choose a tag to compare

new api:
createExists, insertExists -> setxx
createNotExists, insertNotExists -> setnx

fix some error

08 Jun 03:34
Compare
Choose a tag to compare
v1.0.3

fix; more doc

Fix update string without ttl parameter; Index findBatch returned data set by ids.

01 Apr 06:53
Compare
Choose a tag to compare

fix hash type query

30 Mar 07:50
Compare
Choose a tag to compare
v1.0.1

fix query hash type model

query redis like relational database

30 Mar 04:56
Compare
Choose a tag to compare