Redis driver for JavaScript

Is here a Redis driver library for JavaScript? I’m wanting to pull graph data from Redis into a React graph app. Neo4j has one which makes it real eashy to read/write data to neo4j and I was hoping Redis has one too.

Thanks.

See: node-redis - GitHub - redis/node-redis: A high-performance Node.js Redis client.

Thanks. Looking into this. We want to use Redis for graph data and query the data using cypher. I don’t see any examples of executing such queries. is this possible and if so, are there any examples?

See: @redis/graph