We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ff27d commit 6557035Copy full SHA for 6557035
.travis.yml
@@ -4,6 +4,12 @@ node_js:
4
- '5'
5
- '6'
6
- 'node'
7
+before_install:
8
+ - sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
9
+ - echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
10
+ - sudo apt-get update -qq
11
+ - sudo apt-get install -y -qq yarn
12
+install: yarn
13
services:
14
- redis-server
15
after_success:
README.md
@@ -7,7 +7,7 @@
# simple-redis-store
Redis store ready to scale with node-pool support
-> Note: This lib is still in alpha
+> Note: This lib is in beta
## Prerequisites
0 commit comments