* Keep the filename `redismodule.h` with the existing names like `REDISMODULE_*`, `RedisModuleString`, `RedisModule_CreateString()`. * Add another file `valkeymodule.h` with the same API just everything renamed to Valkey. Make sure it is ABI compatible. (Test it in some way.)
redismodule.hwith the existing names likeREDISMODULE_*,RedisModuleString,RedisModule_CreateString().valkeymodule.hwith the same API just everything renamed to Valkey. Make sure it is ABI compatible. (Test it in some way.)