You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (this.socket) { <- may need to add this.
this.socket.close
}
[done]
if redis is not connected, it will be nil and make panic in the following code
[done] local elasticsearch server for dev, using docker
update the go elasticsearch lib to be compatible with elasticsearch to v6 (if we use v6 of elasticsearch server, go server will throw error, e.g. not acceptable data)
instead of elasticsearch of aws, use google app/compute engine OR apply free open source project plan of algolia (20KB record size, better than free basic plan). But they need to setup ACL part (only read from web, write from server)
[done]
if redis is not connected, it will be nil and make panic in the following code
[done] local elasticsearch server for dev, using docker
update the go elasticsearch lib to be compatible with elasticsearch to v6 (if we use v6 of elasticsearch server, go server will throw error, e.g. not acceptable data)
instead of elasticsearch of aws, use google app/compute engine OR apply free open source project plan of algolia (20KB record size, better than free basic plan). But they need to setup ACL part (only read from web, write from server)
ref: https://www.algolia.com/pricing, https://www.algolia.com/for-open-source
The text was updated successfully, but these errors were encountered: