Releases: FastHCA/redis
Releases · FastHCA/redis
6.0.16-lua-enhancement-20220522-beta
- let lua bigdecimal round() accept type
bigdecimaluserdata, luastring, or luanumberfor first argument. - remove unnecessary lua_pop() operations.
6.0.16-lua-enhancement-20220517-beta
FIX:
- bigdecimal.new() as zero without argument.
- VpFree() double free issue.
- digit_leader() return char type.
6.0.16-lua-enhancement-20220516-beta
- add lua bigdecimal function
power(),__add,__sub,__mul,__div,__unm,max_length(),cur_length(),effective_digits(). - let
negate(),abs()return a new bigdecimal instance.
6.0.16-lua-enhancement-20220502-beta
- support lua module script
- add lua bigdecimal package