Home / node / Commands / enumerations / InsertPosition @valkey/valkey-glide
@valkey/valkey-glide / Commands / InsertPosition
Enumeration: InsertPosition
Defines where to insert new elements into a list.
Enumeration Members
After
After:
"after"
Insert new element after the pivot.
Before
Before:
"before"
Insert new element before the pivot.