Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perfmjs committed Jul 24, 2014
1 parent 6c3af07 commit 7cdd7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perfmjs-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("测试perfmjs-redis-cluster", function () {
perfmjs.ready(function($$, app) {
app.register('redisCluster', $$.redisCluster);
app.start('redisCluster');
var redisHost = "218.244.156.175";
var redisHost = "localhost";
var startNodes = [{host:redisHost, port:7001}, {host:redisHost, port:7002}, {host:redisHost, port:7003}];
var redisCluster = $$.redisCluster.instance.initStartupOptions(startNodes);
redisCluster.set('foo', 'test123', function(err, reply) {
Expand Down

0 comments on commit 7cdd7e1

Please sign in to comment.