diff --git a/dub.json b/dub.json old mode 100644 new mode 100755 index 2455bbb..e5063e0 --- a/dub.json +++ b/dub.json @@ -1,7 +1,7 @@ { "name": "hunt-cache", "dependencies": { - "hunt": "~>1.0.0-rc.2" + "hunt": "~>1.0.0" }, "description": "D language universal object cache library. include memory、redis、memcached、rocksdb", "copyright": "Copyright (C) 2015-2018, HuntLabs.cn", diff --git a/source/hunt/cache/memory.d b/source/hunt/cache/memory.d old mode 100644 new mode 100755 index 486cb3e..2d828ba --- a/source/hunt/cache/memory.d +++ b/source/hunt/cache/memory.d @@ -4,7 +4,7 @@ import hunt.cache.cache; import hunt.cache.store; import hunt.cache.nullable; -import hunt.container.radix; +import hunt.collection.Radix; import core.stdc.stdlib; import core.stdc.string; diff --git a/source/hunt/cache/store.d b/source/hunt/cache/store.d old mode 100644 new mode 100755 index 113c9b2..6ae54af --- a/source/hunt/cache/store.d +++ b/source/hunt/cache/store.d @@ -1,6 +1,6 @@ module hunt.cache.store; -import hunt.util.serialize; +import hunt.util.Serialize; import hunt.cache.nullable; //only add header from Serialize for check meta info. // meta