ryanwhowe / key-value-store

This is a database backed key/value store setter and getter library with additional functionality
MIT License
2 stars 0 forks source link

Remove Key return on Mulit::get() method #13

Closed ryanwhowe closed 6 years ago

ryanwhowe commented 6 years ago

Is your feature request related to a problem? Please describe. As with the grouping being returned redundantly from issue #10 the return of the Key that is needed to return a value is a redundant value that does not need to be returned.

Describe the solution you'd like Remove from the Multi::get() method the key that is in the return array

ryanwhowe commented 6 years ago

resolved in PR #17