Skip to content

Commit dc19c75

Browse files
author
Ruben Bridgewater
committed
Update appveyor redis install location
And fix double brackets in the changelog
1 parent 7c6f1bd commit dc19c75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ shallow_clone: true
1818
install:
1919
# Install the Redis
2020
- nuget install redis-64 -excludeversion
21-
- redis-64\redis-server.exe --service-install
22-
- redis-64\redis-server.exe --service-start
21+
- redis-64\tools\redis-server.exe --service-install
22+
- redis-64\tools\redis-server.exe --service-start
2323
- '@ECHO Redis Started'
2424
# Get the latest stable version of Node 0.STABLE.latest
2525
- ps: Install-Product node $env:nodejs_version

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66
Features
77

88
- Added `tls` option to iniate a connection to a redis server behind a TLS proxy. Thanks ([@paddybyers](https://github.com/paddybyers))
9-
- Added `prefix` option to auto key prefix any command with the provided prefix (([@luin](https://github.com/luin) & [@BridgeAR](https://github.com/BridgeAR)))
9+
- Added `prefix` option to auto key prefix any command with the provided prefix ([@luin](https://github.com/luin) & [@BridgeAR](https://github.com/BridgeAR))
1010
- Added `url` option to pass the connection url with the options object ([@BridgeAR](https://github.com/BridgeAR))
1111
- Added `client.duplicate([options])` to duplicate the current client and return a new one with the same options ([@BridgeAR](https://github.com/BridgeAR))
1212
- Improve performance by up to 20% on almost all use cases ([@BridgeAR](https://github.com/BridgeAR))

0 commit comments

Comments
 (0)