Skip to content

Commit

Permalink
No dependency for libmemcached.
Browse files Browse the repository at this point in the history
  • Loading branch information
Heromyth committed Dec 26, 2022
1 parent be4fddd commit dbd8d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,5 @@
"hunt-openssl": "~>1.0.5",
"hunt-pool": "~>1.0.0",
"hunt-redis": "~>1.1.6"
},
"configurations":[
{
"name":"default"
},
{
"name":"normal",
"dependencies": {
"libmemcached": {"version":"~>1.1.1"}
}
}
]
}
}
2 changes: 1 addition & 1 deletion example/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct User {
}

void main() {
CacheOption option;
CacheOptions option = new CacheOptions();
option.adapter = AdapterType.MEMORY;
option.redis.host = "10.1.222.120";
option.redis.password = "foobared";
Expand Down

0 comments on commit dbd8d7f

Please sign in to comment.