Releases: RedisLabsModules/redismodule-rs
Releases · RedisLabsModules/redismodule-rs
Version 1.0.1
31 May 16:13
Compare
Sorry, something went wrong.
No results found
Changes
Add module info to crash report (#230 )
Update strum_macros requirement from 0.23 to 0.24 (#224 )
Version 1.0.0
21 Feb 17:34
Compare
Sorry, something went wrong.
No results found
Changes
fix #207 add support for RedisModule_GetCurrentCommandName (#208 )
Add get_redis_version command (#184 )
MOD-2484: avoid crash on null in err reply string (#218 )
Remove misleading comments "assume NULL terminated" (#216 )
Version 0.26.0
10 Jan 09:11
Compare
Sorry, something went wrong.
No results found
Changes
Add optional info function to redis_module macro (#211 )
Add as_slice to RedisString (#202 )
Version 0.25.0
09 Dec 15:16
Compare
Sorry, something went wrong.
No results found
Changes
Avoid replying with CR or LF in simple string or error (#200 )
Expose RedisModule_GetServerInfo as a rust API (#195 )
lint restored (#198 )
Create freebsd.yml (#189 )
reformat files with (#196 )
Update strum_macros requirement from 0.22 to 0.23 (#194 )
Version 0.24.0
31 Oct 11:25
Compare
Sorry, something went wrong.
No results found
Changes
Added trace to module crash report (#192 )
Update strum_macros requirement from 0.21 to 0.22 (#191 )
Version 0.23.0
22 Aug 12:57
Compare
Sorry, something went wrong.
No results found
Changes
Handle Short Reads (#178 )
Silence bindgen UB warnings (#183 )
Version 0.22.0
05 Aug 14:35
Compare
Sorry, something went wrong.
No results found
Changes
use c_char instead of i8 (#180 )
avoid string copy when sending reply (#179 )
Fix #171 : use platform independent c_char type (#177 )
Update bindgen requirement from 0.58 to 0.59 (#172 )
Version 0.21.0
19 Jul 06:54
Compare
Sorry, something went wrong.
No results found
Changes
Add Buffer(Vec<u8>) support for RedisValue (#161 )
Add next_str to NextArg (#162 )
Set string_* raw methods input as const (#167 )
Version 0.20.0
07 Jul 10:57
Compare
Sorry, something went wrong.
No results found
Changes
Move args from Vec<String> to Vec<RedisString> to reduce allocations (#157 )
Timer callback data is static (#155 )
Add integration test infrastructure for example modules (#137 )
Version 0.18.0
16 Jun 06:58
Compare
Sorry, something went wrong.
No results found
Changes
Add Stream to KeyType (#156 )
Add REDISMODULE_NOTIFY_LOADED to NotifyEvent clags (#154 )
Update strum_macros requirement from 0.20 to 0.21 (#153 )
public internal ctx (#151 )