go-in-memory-db
go-in-memory-db copied to clipboard
Go Simple In Memory DB
refer to the solution on `hgetall` function
LSHIFT x , pushes nil element , make sure to check input
SPEEK lets see the next element to be popped EX : SSET x 1 2 3 4 5 SPEEK x -> 5
SPOP key count , lets user pop any number of elements from right to left EX : SSET x 1 2 3 4 5 SPOP x 2 -> 4 5...
this is the ticker basics