Abstract data structures
Revision as of 22:05, 17 October 2024 by Welcome (talk | contribs) (Created page with " Valkey supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, stream...")
Valkey supports different kinds of abstract data structures, such as strings, lists, maps, sets, sorted sets, HyperLogLogs, bitmaps, streams, and spatial indices.
Data structures: queue
, list, linked list
, stack
, trie
, Abstract data structures, Python collections, Hash table
Advertising: