Nitish Tiwari
|
13c3b8afe2
|
Update Redis client used for bucket notifications (#7213)
Current Redis client used https://github.com/garyburd/redigo/
has been archived and further development is done at
https://github.com/gomodule/redigo
This commit updates the client library accordingly.
Fixes #6392
|
2019-02-11 19:06:27 +05:30 |
Pontus Leitzler
|
f9779b24ad
|
Enable default vet flags (#6810)
Enable default vet flags except experimental
|
2018-11-14 10:23:44 -08:00 |
Anis Elleuch
|
e8a008f5b5
|
Better validation of all config file fields (#6090)
Add Validate() to serverConfig to call it at server
startup and in Admin SetConfig handler to minimize
errors scenario after server restart.
|
2018-07-18 11:22:29 -07:00 |
Bala FA
|
0e4431725c
|
make notification as separate package (#5294)
* Remove old notification files
* Add net package
* Add event package
* Modify minio to take new notification system
|
2018-03-15 13:03:41 -07:00 |