Skip to content

Commit

Permalink
Fix result of getting value by non existent key (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuelen committed Sep 20, 2022
1 parent ba4c899 commit c319660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nebulex/cache.ex
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ defmodule Nebulex.Cache do
:ok
iex> MyCache.get(:a)
:ok
nil
iex> MyCache.delete(:non_existent_key)
:ok
Expand Down

0 comments on commit c319660

Please sign in to comment.