You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for redisearch packages/search uses the SchemaFieldTypes which is coming from import {SchemaFieldTypes} from "redis" but in the same document we have an example link which takes to examples/search-hashes.js and here I see
While testing locally with "redis": "^4.0.3"
When trying import { SCHEMA_FIELD_TYPE } from "redis"
I am getting the error: '"redis"' has no exported member named 'SCHEMA_FIELD_TYPE'. Did you mean 'SchemaFieldTypes'?
The text was updated successfully, but these errors were encountered:
Description
The documentation for redisearch packages/search uses the
SchemaFieldTypes
which is coming fromimport {SchemaFieldTypes} from "redis"
but in the same document we have an example link which takes toexamples/search-hashes.js and here I see
While testing locally with
"redis": "^4.0.3"
When trying
import { SCHEMA_FIELD_TYPE } from "redis"
I am getting the error:
'"redis"' has no exported member named 'SCHEMA_FIELD_TYPE'. Did you mean 'SchemaFieldTypes'?
The text was updated successfully, but these errors were encountered: