redisvalue / protect / 0.1.0
README.md
Overview
Set protection level on the value in a key/value store created by redisvalue/create. The protection level is the length of the readKey, which is a substring of the writeKey given by the first n characters.
Set protection level to zero to allow anyone to access the value with redisvalue/get simply by providing a name.
Usage
Input
Parameter | Description |
---|---|
name | |
key | Full writeKey |
value | Protection level desired |
Output
Protection level