Skip to content

Commit

Permalink
docs(compat.md): 🤖 ✨ (#1295)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
stipsan and github-actions[bot] committed Jul 14, 2023
1 parent 252f74c commit 6223f5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
| [lindex] | :white_check_mark: | :white_check_mark: |
| [linsert] | :white_check_mark: | :white_check_mark: |
| [llen] | :white_check_mark: | :white_check_mark: |
| [lmove] | :white_check_mark: | :x: |
| [lmove] | :white_check_mark: | :white_check_mark: |
| [lmpop] | :white_check_mark: | :x: |
| [lolwut] | :white_check_mark: | :white_check_mark: |
| [lpop] | :white_check_mark: | :white_check_mark: |
Expand Down Expand Up @@ -231,6 +231,10 @@
| [zunion] | :white_check_mark: | :x: |
| [zunionstore] | :white_check_mark: | :x: |

## Missing buffer commands

- [lmoveBuffer][1]

## Commands that won't be implemented

> This is just the current status, and may change in the future. If you have ideas on how to implement any of them feel free to tell us about it.
Expand Down

0 comments on commit 6223f5f

Please sign in to comment.