We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c3969 commit 8e63e10Copy full SHA for 8e63e10
README.md
@@ -4,7 +4,7 @@ This package can turn Tarantool into a persistent memcache replacement,
4
but is powerful enough so that your own expiration strategy can be defined.
5
6
You define two functions: one takes a tuple as an input and returns
7
-true in case it's expirted and false otherwise. The other takes the
+true in case it's expired and false otherwise. The other takes the
8
tuple and performs the expiry itself: either deletes it (memcache), or
9
does something smarter, like put a smaller representation of the data
10
being deleted into some other space.
0 commit comments