redis-io icon indicating copy to clipboard operation
redis-io copied to clipboard

Doc - commands/UNLINK

Open Faboor opened this issue 7 years ago • 1 comments

The example usage of the UNLINK command at redis.io/commands/unlink is very useful, but broken:

redis> SET key1 "Hello"
"OK"
redis> SET key2 "World"
"OK"
redis> UNLINK key1 key2 key3
ERR Unknown or disabled command 'UNLINK'

I suggest keeping it this way for comedy purposes.

Faboor avatar Sep 05 '17 10:09 Faboor

Command disabled in redis instance on backend (ajax request going to real redis instance, redis-server > 4.0)

livsi avatar Jan 31 '18 15:01 livsi