Skip to content

Commit

Permalink
redis cache not supported anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
majestrate committed Oct 3, 2016
1 parent e2c2f1c commit 96de42b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/srnd/cache_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func NewCache(cache_type, host, port, user, password string, config map[string]s
return NewNullCache(prefix, webroot, name, attachments, db, store)
}
if cache_type == "redis" {
log.Fatalf("redis cache not supported, use null cache instead")
return NewRedisCache(prefix, webroot, name, threads, attachments, db, host, port, password)
}

Expand Down

0 comments on commit 96de42b

Please sign in to comment.