Right now we are building Chatbot for our company which will work as a stateless API where it gives response based on the user message. For managing chat conversations, workflow, session and all other stuff we built an application using Continue Reading
Redis
Redis Hashmaps or Hashes example in Node.js
I always used Redis as plain Hashmap where keys and values are just strings. Slowly I forgot Redis supports a couple data types (Lists, Sets, Sorted Sets, Hashes) until one of our Real-time machine learning prediction application gave trouble due Continue Reading