Skip to content

Commit 09e11c2

Browse files
Added node-redis benchmark implementation
1 parent 8abff88 commit 09e11c2

19 files changed

+939
-29
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@ pubsub-sub-bench
8383
ehthumbs.db
8484
Thumbs.db
8585

86-
87-
# Json Results #
88-
################
89-
*.json
86+
package-lock.json
9087

9188
# Coverage Results #
9289
####################
File renamed without changes.
File renamed without changes.

js/README.md renamed to js/ioredis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Supports both **standalone** and **Redis OSS Cluster** modes, with support for `
1010
## 📦 Installation
1111

1212
```bash
13-
cd pubsub-sub-bench/js
13+
cd pubsub-sub-bench/js/ioredis
1414
npm install
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)