Skip to content

Commit

Permalink
docs: add missing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 28, 2024
1 parent 4d9899d commit 7f85918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ module.exports = ({ serialize, deserialize, plans, redis, prefix } = {}) => {
* @param {string} value - The value of the plan.
* @param {Object} options - The options for updating a plan.
* @param {string} [options.value] - The value of the key.
* @param {string} [options.plan] - The id of the plan associated.
* @param {string} [options.enabled] - Whether the key is enabled or not.
* @param {object} [options.metadata] - Any extra information can be attached here.
*
* @returns {Object} The updated plan.
Expand Down

0 comments on commit 7f85918

Please sign in to comment.