Azure-Samples / azure-cache-redis-samples

This repository contains samples that demonstrate best practices and general recommendations to communicate with Azure Redis Cache Service caches from various Redis client frameworks.
MIT License
69 stars 156 forks source link

Update nodejs redistest.js for newer client version #17

Closed JimRoberts-MS closed 2 years ago

JimRoberts-MS commented 2 years ago

Purpose

Update nodejs sample to use newer patterns for changes introduced in node-redis v4 https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

Other Information