1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update appveyor redis install location

And fix double brackets in the changelog
This commit is contained in:
Ruben Bridgewater
2015-11-24 19:38:32 +01:00
parent 7c6f1bd5cb
commit dc19c75946
2 changed files with 3 additions and 3 deletions

View File

@@ -18,8 +18,8 @@ shallow_clone: true
install:
# Install the Redis
- nuget install redis-64 -excludeversion
- redis-64\redis-server.exe --service-install
- redis-64\redis-server.exe --service-start
- redis-64\tools\redis-server.exe --service-install
- redis-64\tools\redis-server.exe --service-start
- '@ECHO Redis Started'
# Get the latest stable version of Node 0.STABLE.latest
- ps: Install-Product node $env:nodejs_version

View File

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