Skip to content

Commit

Permalink
Mark GETSET, INCRBYFLOAT, SETNX as implemented in docs (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightroman authored Oct 29, 2024
1 parent 6d489c6 commit 80b0d2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/commands/api-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,18 +383,18 @@ Note that this list is subject to change as we continue to expand our API comman
| | [GETDEL](raw-string.md#getdel) || |
| | [GETEX](raw-string.md#getex) || |
| | [GETRANGE](raw-string.md#getrange) || |
| | [GETSET](raw-string.md#getset) | | |
| | [GETSET](raw-string.md#getset) | | |
| | [INCR](raw-string.md#incr) || |
| | [INCRBY](raw-string.md#incrby) || |
| | [INCRBYFLOAT](raw-string.md#incrbyfloat) | | |
| | [INCRBYFLOAT](raw-string.md#incrbyfloat) | | |
| | LCS || |
| | [MGET](raw-string.md#mget) || |
| | [MSET](raw-string.md#mset) || |
| | [MSETNX](raw-string.md#msetnx) || |
| | [PSETEX](raw-string.md#psetex) || (Deprecated) |
| | [SET](raw-string.md#set) || |
| | [SETEX](raw-string.md#setex) || (Deprecated) |
| | [SETNX](raw-string.md#setnx) | | |
| | [SETNX](raw-string.md#setnx) | | |
| | [SETRANGE](raw-string.md#setrange) || |
| | [STRLEN](raw-string.md#strlen) || |
| | SUBSTR || (Deprecated) |
Expand Down

0 comments on commit 80b0d2e

Please sign in to comment.