valkey-io / valkeymodule-rs

Rust valkey SDK for modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement support for new Valkey APIs in Rust SDK

dmitrypol opened this issue · comments

  • RedisModule_RegisterAuthCallback
  • RedisModule_RegisterCommandFilter
  • potentially other ones too

They are present in redismodule.h file.