Skip to content

Commit 2998b0c

Browse files
ing-eokingjhpark816
authored andcommitted
DOC: Fix an incorrect description of expiration in the delete API
1 parent 09c014d commit 2998b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/03-key-value-API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,5 @@ memcached_delete(memcached_st *ptr,
141141
```
142142
143143
주어진 key를 삭제한다.
144-
expiration 값이 0 이상으로 지정되면 key는 expiration 초 이후에 삭제된다.
144+
expiration은 현재 지원하지 않으며, 0을 값으로 주어야 한다.
145145

0 commit comments

Comments
 (0)