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