Bloom Filter and Type Standardization: This PR introduces bloom filter and type standardization to improve performance (@arpitbbhayani) (#1357)
Add documentation for SETEX command: Added documentation for the SETEX command, making it easier for users to understand its usage (@tarun-29) (#1350)
Bug Fixes
Fixed build error in bytearray.go: This PR fixes a build error that occurred when building the bytearray package (@piyushhhxyz) (#1351)
fix: modify the config default value keep consistency: This PR standardizes the default values of configuration options across the codebase, ensuring consistency and preventing potential issues (@jujiale) (#1352)
Documentation
Add documentation for JSON.OBJLEN command: Created a new page in the documentation for the JSON.OBJLEN command, while also fixing typos on the JSON.OBJKEYS page (@paulwalrath) (#1345)
Remove —enable-multithreading flag usage in README: Removed the reference to the deprecated `—enable-multithreading` flag from the README, as it is no longer supported (@rahul-mallick-15) (#1349)
General Enhancements
Remove encoding and supporting only Type: This PR removes unused encoding code and supports only type (@arpitbbhayani) (#1341)