Open hahnandrew opened 1 month ago
hi @hahnandrew . Thank for submitting the PR. I am sorry it took me so long to get to it. Left a few comments.
when I run test.sh (after adding missing }) I get
error[E0308]: mismatched types
--> tests/integration.rs:791:20
|
791 | fn test_debug() -> Result<()> {
| ---------- ^^^^^^^^^^ expected `Result<(), Error>`, found `()`
You need to add Ok(())
at the end
also could you please run cargo fmt
to format code nicely, I know it's a nitpick
Adds rust wrappers for module APIs
ValkeyModule_DigestAddStringBuffer
,ValkeyModule_DigestAddLongLong
,ValkeyModule_DigestEndSequence
,ValkeyModule_GetKeyNameFromDigest
,ValkeyModule_GetDbIdFromDigest
Adds callback for
digest
and integration test foralloc
moduleCloses #97