1 commentaire (1 commentaire)0 réactions (0 réactions)0 assignés (0 assignés)TypeScript16 545 stars (16 545 stars)1 843 forks (1 843 forks)batch import
Good First Issuefeature
Description
Cette issue ne contient pas de description.
Guide contributeur
- Stack technique
- typescriptnodejsredis
- Domaine
- database
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 2
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- fresh
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- Familiarity with Redis commandsExperience with TypeScriptUnderstanding of Redis client command pattern
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 85
- Direction de recherche
- Examine existing command implementations in the redis/node redis library, such as LATENCY LATEST, to understand the pattern for adding a new command. Look at the source code in the 'commands' directory and follow the naming and function structure. Since no prior pull requests exist, create a new function that sends the 'LATENCY RESET' command to Redis and handles the response appropriately.