Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 46bda27244faa90df018ec018e7b36661d00e795
  • Loading branch information
Redditbara authored and shannon-feng committed Jul 25, 2024
1 parent c395726 commit 8ca9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/public-api/src/types/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ export type RedisClient = {
/**
* Increments the number stored at field in the hash stored at key by increment.
* https://redis.io/commands/hincrby/
* @deprecated Use {@link RedisClient.hIncrBy} instead.
* @arg {} key
* @arg {} field
* @arg {} value
Expand All @@ -722,7 +723,6 @@ export type RedisClient = {
/**
* Increments the number stored at field in the hash stored at key by increment.
* https://redis.io/commands/hincrby/
* @deprecated Use {@link RedisClient.hIncrBy} instead.
* @arg {} key
* @arg {} field
* @arg {} value
Expand Down

0 comments on commit 8ca9b5e

Please sign in to comment.