Skip to content

Commit

Permalink
fix v0.7 deprecates
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed Jun 24, 2018
1 parent aa9477a commit 3c3ab60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CacheServers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module CacheServers

using Compat

export get_server, pull, alloc!, iscached, iscacheable, update!
export get_server, pull, alloc!, iscached, iscacheable, update!, clear!, push!, delete!
import Compat.Distributed: clear!
import Base: push!, delete!, getindex, show

Expand Down

0 comments on commit 3c3ab60

Please sign in to comment.