$ pda set a 1 $ pda set b 2 $ pda rm a b $ pda get a --> FAIL Error: cannot get 'a': No such key $ pda get b --> FAIL Error: cannot get 'b': No such key. Did you mean 'b1'?