I would like to know when hashing a very large dynamic query with many parameters what would be the best hash algorithm to generate unique key.
Also would it be hashing the query is the best method in creating an unique key using the large query or is there any other method to create an unique key for a dynamic large query to be used in Redis its unique key.