redis-json
Version:
A wrapper library to store JSON Objects in redis-hashsets and retrieve it back as JSON objects
26 lines (15 loc) • 433 B
Markdown
[redis-json](../README.md) › [IParser](iparser.md)
# Interface: IParser
Parser will be used to convert the string
back to custom object when `get` is called
## Hierarchy
* **IParser**
## Indexable
* \[ **constructorName**: *string*\]: function
Parser will be used to convert the string
back to custom object when `get` is called
▸ (`val`: string): *any*
**Parameters:**
Name | Type |
------ | ------ |
`val` | string |