error messages on startup - yet module loads

I updated and re-built redisearch, and now I get this error on startup. Yet the module loads fine and all my calls work:

1866:S 18 Jun 2019 15:41:38.481 # Upgrade redis-server to use Redis Search’s C API

1866:S 18 Jun 2019 15:41:38.481 # Could not initialize low level api

1866:S 18 Jun 2019 15:41:38.483 * Module ‘ft’ loaded from /home/redis/redisearch.so

Any ideas?

Which redis version are you using?

Server

redis_version:5.0.0
redis_git_sha1:00000000
redis_git_dirty:0
redis_build_id:ce5add24ac697281
redis_mode:standalone
os:Linux 4.15.0-1021-gcp x86_64
arch_bits:64

You can ignore this message. I might clarify who should worry about it — specifically, any other redis module who wishes to communicate with RediSearch using the C API

This is a new feature which was introduce in redis 5.0.4 that allows module to interact with each other using a direct C api. Unless you plane to write a module that uses redisearch C api you should be fine.

Thank you both for the explanation, I feel safer now.

Michael