check_index_exists# langchain_community.vectorstores.redis.base.check_index_exists(client: RedisType, index_name: str) → bool[source]# 检查Redis索引是否存在。 Parameters: client (RedisType) index_name (str) Return type: 布尔