Skip to content

stackhero-io/valkeyGettingStarted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valkey getting started

How to send data from Node.js to Valkey

You can find here some examples of Node.js code to send data to a Valkey server.

These examples are designed to run with a Stackhero Valkey service. You'll more informations about Stackhero here:

How to use

  • First, clone this repository: git clone https://github.com/stackhero-io/valkeyGettingStarted.git && cd valkeyGettingStarted
  • Then, install nodes packages: npm install
  • Copy the file .env-example to .env and fill it with your credentials
  • Finally, start the first example: node gettingStarted.js

This example use the ioredis library. You will find documentation on the official Github repository

screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published