Commit Graph

6 Commits

Author SHA1 Message Date
Ming Deng 7fe4eaef50 Refactor orm filter 2020-08-18 14:31:06 +00:00
Phillip Stagnet 7267f5e573
Add new config option into provider struct 2020-08-11 16:09:29 +02:00
Phillip Stagnet ec55edfbc4
Add additional options to redis session prov
Adding option for frequency of checking timed out connections as well as
an option to specify retries.

These changes make redis provider more stable since connection problems
are becoming fewer.

Since redigo does not have this options and since redis_sentinel and
redis_cluster are using go-redis as a client, this commit changes from
redigo to go-redis for redis session provider.

Added tests for redis session provider as well.
2020-08-06 11:14:36 +02:00
Phillip Stagnet 5f2f6e4f86
Add interface change in pkg folder 2020-08-05 18:29:22 +02:00
Ming Deng aa06a10493 uing pkg module 2020-07-29 14:42:27 +00:00
Ming Deng 9c51952db4 Move package 2020-07-22 22:55:59 +08:00