components-contrib/state/redis
deepanshuagarwal a0ef46265b
Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784)
* add `Pinger` interface.

Signed-off-by: chanyong.moon <dev.chanyongmoon@gmail.com>

* Convert Ping fuction to optional

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Removing unrequired Ping implementations

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

* Addressing comments

Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>

Co-authored-by: chanyong.moon <dev.chanyongmoon@gmail.com>
2022-06-14 08:27:54 -07:00
..
redis.go adding query api to the feature list (#1775) 2022-06-07 08:38:02 -07:00
redis_query.go redis: fix querying numeric values (#1595) 2022-03-17 15:07:32 -07:00
redis_query_schema.go redis state store: implement state query API (#1488) 2022-03-02 10:51:09 -08:00
redis_query_schema_test.go redis state store: implement state query API (#1488) 2022-03-02 10:51:09 -08:00
redis_query_test.go redis: fix querying numeric values (#1595) 2022-03-17 15:07:32 -07:00
redis_test.go Adding Pinger interface and Removing mandatory nature of Ping fuction (#1784) 2022-06-14 08:27:54 -07:00