Setup slog with zerolog by @KaviiSuri in https://github.com/DiceDB/dice/pull/584
#622: Add ECHO command by @hgupta12 in https://github.com/DiceDB/dice/pull/626
Added support for JSON.NUMMULTBY by @c-harish in https://github.com/DiceDB/dice/pull/592
Eval refactoring for multithreading by @AshwinKul28 in https://github.com/DiceDB/dice/pull/634
Add support for GETRANGE by @KaviiSuri in https://github.com/DiceDB/dice/pull/679
Add flag to enable/disable multi-threading on server by @lucifercr07 in https://github.com/DiceDB/dice/pull/682
fix: log error messages instead of values by @KaviiSuri in https://github.com/DiceDB/dice/pull/686
Reverting back evalPING command for HTTP server by @lucifercr07 in https://github.com/DiceDB/dice/pull/687
Fix: Incorrect logging when default port is already in use by @shardul08 in https://github.com/DiceDB/dice/pull/623
#558: Integration tests for HTTP, ABORT support for HTTP by @pratikpandey21 in https://github.com/DiceDB/dice/pull/694
Fix getex command returning value for json based object by @kapishmalik in https://github.com/DiceDB/dice/pull/674
#570: Adds support for SETEX command by @AshikBN in https://github.com/DiceDB/dice/pull/590
Fixes: #616 & #615 fixed keyspacestats and flushdb by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/630
#332: fixes inconsistency in the incr command by @Maveric-k07 in https://github.com/DiceDB/dice/pull/677
#658: Add support for INCRBYFLOAT command by @hash-f in https://github.com/DiceDB/dice/pull/689
#655: Adds support for HSTRLEN command by @c-harish in https://github.com/DiceDB/dice/pull/693
#148 Add support for COMMAND INFO command by @meetghodasara in https://github.com/DiceDB/dice/pull/612
Fixing master build by @lucifercr07 in https://github.com/DiceDB/dice/pull/707
fix: handling multiple failure/error scenarios during socket reads by @ayushsatyam146 in https://github.com/DiceDB/dice/pull/695
#663: Fixed bitcount operations by @VedWhat in https://github.com/DiceDB/dice/pull/699
#645 Add HDEL command by @manishrw in https://github.com/DiceDB/dice/pull/678
Fixes Inconsistent BITOP: BITOP with non string source key by @karandixit10 in https://github.com/DiceDB/dice/pull/706
Fixing lint error - multiple same import by @lucifercr07 in https://github.com/DiceDB/dice/pull/711
fix startup statement by @AshwinKul28 in https://github.com/DiceDB/dice/pull/713
Fix: BITCOUNT no key provided by @shardul08 in https://github.com/DiceDB/dice/pull/714
#487: Adds support for command [JSON.ARRINSERT] by @jujiale in https://github.com/DiceDB/dice/pull/617
#498: Add support for JSON.OBJKEYS by @iamskp11 in https://github.com/DiceDB/dice/pull/629
#657: Add support for INCRBY command by @iamskp11 in https://github.com/DiceDB/dice/pull/676
#671: Inconsistent EXPIRE: EXPIRE with empty string as TTL should report an… by @Abh-ay in https://github.com/DiceDB/dice/pull/691
Reverting dice binary checked in and adding it to .gitignore by @lucifercr07 in https://github.com/DiceDB/dice/pull/718
#654: feat: Implement HSETNX command by @shreyas23sk in https://github.com/DiceDB/dice/pull/715
add more tests and enhance support for commands over HTTP by @pratikpandey21 in https://github.com/DiceDB/dice/pull/708
#553: Add Support for QWATCH Command with HTTP by @lucifercr07 in https://github.com/DiceDB/dice/pull/614
Add multi-threading capability to DiceDB(Limited Support) by @soumya-codes in https://github.com/DiceDB/dice/pull/709
Updating README for Multithreading by @lucifercr07 in https://github.com/DiceDB/dice/pull/725
Fix Child Process not working for BGREWRITEAOF on MacOS + Logging Improvements by @KaviiSuri in https://github.com/DiceDB/dice/pull/704
#652: feature: HRANDFIELD command by @Indranil0603 in https://github.com/DiceDB/dice/pull/696
#635: List Command Subcommands as separate commands by @hgupta12 in https://github.com/DiceDB/dice/pull/673
#656: added HVALS command by @bijuli74 in https://github.com/DiceDB/dice/pull/710
#647: Added HINCRBY Command by @ankkyprasad in https://github.com/DiceDB/dice/pull/701
Removed unwanted goroutine by @AshwinKul28 in https://github.com/DiceDB/dice/pull/753
Fixed BITPOS command by @jainbhavya53 in https://github.com/DiceDB/dice/pull/716
#722: Adds support for ZADD and ZRANGE commands by @JyotinderSingh in https://github.com/DiceDB/dice/pull/760
#738: Added Http Integration Tests: Create tests to support for GET, GETDEL, GETEX, GETSET commands by @karandixit10 in https://github.com/DiceDB/dice/pull/764
Added Websocket support by @psrvere in https://github.com/DiceDB/dice/pull/690
fixes typos across the repo by @JyotinderSingh in https://github.com/DiceDB/dice/pull/849
#559: docs: docs for protocols by @KaviiSuri in https://github.com/DiceDB/dice/pull/847
#762: Defined config file def and returning nil by @saiskk in https://github.com/DiceDB/dice/pull/770
docs: Fixes broken link of memtier metrics by @amaan-ahmad in https://github.com/DiceDB/dice/pull/859
#648: feat: adding HINCRBYFLOAT command implementation by @ayushsatyam146 in https://github.com/DiceDB/dice/pull/853
#490: feat:add support for command [JSON.ARRTRIM] by @jujiale in https://github.com/DiceDB/dice/pull/769
changed file name in DOC.md to run storm from main.go to set.go by @adityakiran1423 in https://github.com/DiceDB/dice/pull/721
Added Test Cases for EXISTS, ECHO and EXPIRE with HTTP Issue #737 by @harsh082ip in https://github.com/DiceDB/dice/pull/752
#415: Adding check for controlling the max TCP connections by @ayush571995 in https://github.com/DiceDB/dice/pull/426
docs: modified TTL #810 by @sashpawar11 in https://github.com/DiceDB/dice/pull/858
#862: Fixes TYPE command return encoding by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/863
#742 Added Http tests (9) by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/746
Fix test folder name in issue template by @vnayakg in https://github.com/DiceDB/dice/pull/854
fix: modified doc for RENAME command by @kavania2002 in https://github.com/DiceDB/dice/pull/860
#837: audited and made the INCR docs consistent by @rishavvajpayee in https://github.com/DiceDB/dice/pull/861
Make keystat localized to store instance by @soumya-codes in https://github.com/DiceDB/dice/pull/755
Fixing master build by making map store size and eviction configurable for test server by @lucifercr07 in https://github.com/DiceDB/dice/pull/876
#855: Make DiceDB build work on different architectures by @swaingotnochill in https://github.com/DiceDB/dice/pull/856
#500: Added JSON.RESP Command by @psrvere in https://github.com/DiceDB/dice/pull/751
improves naming for querywatcher package by @JyotinderSingh in https://github.com/DiceDB/dice/pull/883
Add Documentation for ECHO command #872 by @mohdammar128 in https://github.com/DiceDB/dice/pull/881
update readme with adding port in the docker command by @Dhroov7 in https://github.com/DiceDB/dice/pull/884
#646: Adds support for HEXISTS command by @c-harish in https://github.com/DiceDB/dice/pull/864
#874: adding unit tests for hash map implementation and helper functions by @ayushsatyam146 in https://github.com/DiceDB/dice/pull/880
Websocket integration tests - SET and GET by @psrvere in https://github.com/DiceDB/dice/pull/878
Add Support for HKEYS command. by @swarajrb7 in https://github.com/DiceDB/dice/pull/886
docs: update TOUCH docs by @sah246ir in https://github.com/DiceDB/dice/pull/890
#281: added support for DUMP command by @TheRanomial in https://github.com/DiceDB/dice/pull/633
#788: Updated: SADD Docs by @vanshavenger in https://github.com/DiceDB/dice/pull/895
#773: Update PING cmd Docs by @abrahamvineel in https://github.com/DiceDB/dice/pull/857
Updated GETSET doc #824 by @sashpawar11 in https://github.com/DiceDB/dice/pull/848
Eval Refactor for the better compatibility with all protocols and multithreading by @AshwinKul28 in https://github.com/DiceDB/dice/pull/766
fixes typos in ECHO.md (#919) by @tarun-kavipurapu in https://github.com/DiceDB/dice/pull/923
Audit JSON.NUMINCRBY documentation for consistency by @shashank-priyadarshi in https://github.com/DiceDB/dice/pull/918
fix(json.del): add missing syntax, update example path & error message by @ashutoshdhande in https://github.com/DiceDB/dice/pull/917
#737: Added Test Cases for EXPIREAT & EXPIRETIME with HTTP Issue by @harsh082ip in https://github.com/DiceDB/dice/pull/865
#638: Adds APPEND Command by @arbha1erao in https://github.com/DiceDB/dice/pull/759
#844: docs: update GET docs by @sebzz2k2 in https://github.com/DiceDB/dice/pull/875
Fix typo in comments by @adetunjii in https://github.com/DiceDB/dice/pull/905
#805: Update LLEN docs. by @the-code-innovator in https://github.com/DiceDB/dice/pull/898
#846: Update the documentation for DECR command by @mghildiy in https://github.com/DiceDB/dice/pull/850
#825: audited and made SDIFF docs consistent | added build fail fix ( Echo doc error ) by @rishavvajpayee in https://github.com/DiceDB/dice/pull/913
docs: improve consistency in PFCOUNT documentation by @sarthakkimtani in https://github.com/DiceDB/dice/pull/915
Change port for RESP server integration tests by @soumya-codes in https://github.com/DiceDB/dice/pull/931
#741: Add integration tests for KEYS, MGET, MSET, JSON commands using HTTP by @Shubh1815 in https://github.com/DiceDB/dice/pull/756
Abstracting out Table implementation and supporting Swiss and Go maps by @arpitbbhayani in https://github.com/DiceDB/dice/pull/938
Renaming all appropriate variables from Redis to DiceDB by @AshwinKul28 in https://github.com/DiceDB/dice/pull/940
#639: Feature: BITFIELD command with all subcommands by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/723
#772: Audit and make documentation for command JSON.CLEAR consistent by @nm123github in https://github.com/DiceDB/dice/pull/887
#650: Implementation HMGET command by @vishnuchandrashekar in https://github.com/DiceDB/dice/pull/743
#735: tests: COMMAND GETKEYS, COMMAND INFO, COMMAND LIST, COMMAND RENAME, COPY by @Indranil0603 in https://github.com/DiceDB/dice/pull/768
#925: Changes to not run Github workflow actions for docs related PRs by @suryavirkapur in https://github.com/DiceDB/dice/pull/928
Marshalling the value in set command by @lovish2525 in https://github.com/DiceDB/dice/pull/757
Fix master build by @lucifercr07 in https://github.com/DiceDB/dice/pull/962
#548: feature: query fingerprinting by @kakdeykaushik in https://github.com/DiceDB/dice/pull/692
Docs: Updated GETDEL DOCS #779 by @surya0180 in https://github.com/DiceDB/dice/pull/936
(Update:) Updated Documentation for PFADD Command by @surya0180 in https://github.com/DiceDB/dice/pull/959
#734 : Http Commands Error Messages Test by @svkaizoku in https://github.com/DiceDB/dice/pull/900
feat: Implement GEOADD and GEODIST commands by @KaviiSuri in https://github.com/DiceDB/dice/pull/947
#833: update JSON.FORGET doc and make it consistent with SET command doc by @Dhroov7 in https://github.com/DiceDB/dice/pull/912
#817: docs: improve consistency in RPOP documentation by @sahitmandapati in https://github.com/DiceDB/dice/pull/926
#808: docs: modified SINTER by @arushi-08 in https://github.com/DiceDB/dice/pull/922
fix: Allows users to customize the KeysLimit value at server start by @vpsinghg in https://github.com/DiceDB/dice/pull/888
#835: docs: updated LPUSH documentation by @Aditya-Chowdhary in https://github.com/DiceDB/dice/pull/932
#921: Added Hashmap incrementFloatValue overflow check by @dograprabhav in https://github.com/DiceDB/dice/pull/927
#903 Add support for SINTER single key parameter by @arushi-08 in https://github.com/DiceDB/dice/pull/906
#740 Add HTTP integration tests by @hgupta12 in https://github.com/DiceDB/dice/pull/873
#831: Updated MSET Docs by @sashpawar11 in https://github.com/DiceDB/dice/pull/978
Docs:Updated DECRBY Docs #780 by @tarun-kavipurapu in https://github.com/DiceDB/dice/pull/970
Updated MGET Docs by @shashi-sah2003 in https://github.com/DiceDB/dice/pull/982
FIX: Delete Command with 0 Arguments by @vanshavenger in https://github.com/DiceDB/dice/pull/985
DOCS: Updated DEL Docs by @vanshavenger in https://github.com/DiceDB/dice/pull/986
#653: Added HSCAN command by @manishrw in https://github.com/DiceDB/dice/pull/907
Audit and make documentation for command SCARD consistent by @sahibamatta in https://github.com/DiceDB/dice/pull/989
audited and updated docs for AUTH command by @pg30 in https://github.com/DiceDB/dice/pull/988
docs: Add Arity Error Documentation to GETBIT by @0xTheProDev in https://github.com/DiceDB/dice/pull/958
Update the documentation for JSON.GET command (#776) by @samarpan1738 in https://github.com/DiceDB/dice/pull/954
Docs: Updated PTTL Doc #839 by @benjaminmishra in https://github.com/DiceDB/dice/pull/939
Adding default config file to be used when dice server starts by @lucifercr07 in https://github.com/DiceDB/dice/pull/908
docs: audits and updates the KEYS command doc by @swaingotnochill in https://github.com/DiceDB/dice/pull/852
docs: Update PERSIST command documentation (#774) by @shashi-sah2003 in https://github.com/DiceDB/dice/pull/996
fix: Updated BRGREWRITEAOF.md by @Madraceee in https://github.com/DiceDB/dice/pull/990
Implements Command Watch Manager and Adds GET.WATCH Command Support by @JyotinderSingh in https://github.com/DiceDB/dice/pull/924
#974: Updated JSON.ARRLEN to match RedisCLI outputs by @surya0180 in https://github.com/DiceDB/dice/pull/997
chore: upgrade vulnerable packages by @0xTheProDev in https://github.com/DiceDB/dice/pull/957
#651: FEAT: Added support for HMSET by @raghavbabbar in https://github.com/DiceDB/dice/pull/960
fix: Deque-push-output by @bhima2001 in https://github.com/DiceDB/dice/pull/969
#188: Added Integration Tests for QWATCH Where Clause by @psrvere in https://github.com/DiceDB/dice/pull/1007
#999 Get adhocReqChan buffer from config by @rohanchavan1918 in https://github.com/DiceDB/dice/pull/1005
#829: audited and made LATENCY docs consistent by @rishavvajpayee in https://github.com/DiceDB/dice/pull/945
Adds GET.WATCH integration test using SDK by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1011
Improved Watch Manager and Store API compatibility by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1046
Refactoring to handle Watch command type in the generic flow of command handlers by @AshwinKul28 in https://github.com/DiceDB/dice/pull/1043
Adds support for ZRANGE.WATCH by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1047
Benchmark numbers as of 10th Oct 2024 by @arpitbbhayani in https://github.com/DiceDB/dice/pull/1050
Refactor EXPIRETIME command documentation (#797) by @shashi-sah2003 in https://github.com/DiceDB/dice/pull/1051
Fix return value in evalPersist function(when key exists but no expiration is set on it) by @shashi-sah2003 in https://github.com/DiceDB/dice/pull/1044
Updated EXPIRE command documentation by @shashi-sah2003 in https://github.com/DiceDB/dice/pull/1054
update go-dice sdk version by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1056
#955: fix: JSON.GET should return error when JSON path does not exist in JSON data by @samarpan1738 in https://github.com/DiceDB/dice/pull/968
#795: Fix json.set doc + audit fix by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/1038
#775: Audit and make documentation for command EXPIREAT consistent by @michael-nau in https://github.com/DiceDB/dice/pull/981
#828: Audit and make documentation for command lpop consistent by @Kripu77 in https://github.com/DiceDB/dice/pull/1053
Updated Documentation for JSON.ARRLEN Command(#782) by @surya0180 in https://github.com/DiceDB/dice/pull/1003
fix null value in removing array element and add test for this scenario by @Dhroov7 in https://github.com/DiceDB/dice/pull/953
Add support for command JSON.STRAPPEND #501 by @karandixit10 in https://github.com/DiceDB/dice/pull/882
Make error statements similar to the redis, in migrated errors by @AshwinKul28 in https://github.com/DiceDB/dice/pull/1065
Ping telemetry and Version streamlined by @arpitbbhayani in https://github.com/DiceDB/dice/pull/1067
Issue 798 - Auditing PFMERGE command docs by @Kannav02 in https://github.com/DiceDB/dice/pull/975
Fix lint issues for master build by @lucifercr07 in https://github.com/DiceDB/dice/pull/1069
#1070: Fixes Async Server when incorrect command leads to inconsistent output by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/1071
Updates SDK + Adds tests for .WATCH command using new APIs by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1073
Common spelling fixes by @Akasurde in https://github.com/DiceDB/dice/pull/1072
Update BFADD command documentation by @vs4vijay in https://github.com/DiceDB/dice/pull/1058
docs: audit and make documentation for command SELECT by @bagmeg in https://github.com/DiceDB/dice/pull/1041
Fixes .WATCH fingerprinting to generate consistent fingerprints by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1075
fix: switch logging mode to dev by default by @KaviiSuri in https://github.com/DiceDB/dice/pull/1076
#836 docs(command): updated documentation for COMMAND by @vpsinghg in https://github.com/DiceDB/dice/pull/1055
#964 Support for OBJECT ENCODING by @sashpawar11 in https://github.com/DiceDB/dice/pull/1039
Optimized Readme for clipboard copy action. by @primeagen-rustaceans in https://github.com/DiceDB/dice/pull/1079
#640: Add BITFIELD_RO command by @iamskp11 in https://github.com/DiceDB/dice/pull/956
docs(command): fix typo in command.md by @vpsinghg in https://github.com/DiceDB/dice/pull/1080
#749 fix: http json response to use json null by @vinitparekh17 in https://github.com/DiceDB/dice/pull/980
#991 Config enhancement with http and websocket properties by @vinitparekh17 in https://github.com/DiceDB/dice/pull/967
#841: docs: update DBSIZE docs by @kishanhitk in https://github.com/DiceDB/dice/pull/946
#791: RPUSH docs fixed referencing SET command by @Rithvik89 in https://github.com/DiceDB/dice/pull/1082
#1034 Command Migration: ('ZADD', 'ZRANGE') (Issue #1034) by @benjaminmishra in https://github.com/DiceDB/dice/pull/1077
docs: Refactored HGETALL by @sashpawar11 in https://github.com/DiceDB/dice/pull/979
fix: handling multiple failure/error scenarios during socket writes by @ayushsatyam146 in https://github.com/DiceDB/dice/pull/983
Fix error message when unimplemented method is invoked by @apatniv in https://github.com/DiceDB/dice/pull/1078
#838 Update/fix the documentation for BITCOUNT command by @vaibspider in https://github.com/DiceDB/dice/pull/1083
#1060 JSON.STRLEN no path and type error by @bhima2001 in https://github.com/DiceDB/dice/pull/1064
#777: Docs: updated JSON.STRLEN by @bhima2001 in https://github.com/DiceDB/dice/pull/1049
Add profiling for DiceDB by @soumya-codes in https://github.com/DiceDB/dice/pull/1048
Update: GitHub stars on docs by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/1098
#1032: Migrates of PFADD, PFCOUNT, PFMERGE to Multi-threaded architecture. by @surya0180 in https://github.com/DiceDB/dice/pull/1097
#734: Http Integration tests for COMMAND and COMMAND/COUNT by @svkaizoku in https://github.com/DiceDB/dice/pull/899
#1106 TTL Docs Inconsistency by @vanshavenger in https://github.com/DiceDB/dice/pull/1111
#1101: Refactor evalAPPEND to handle leading zeros in value by @shashi-sah2003 in https://github.com/DiceDB/dice/pull/1107
#803: Updating JSON.MGET command documentation by @paulodhiambo in https://github.com/DiceDB/dice/pull/1085
#1028: feat:Command Migration('JSON.CLEAR', 'JSON.STRLRN', 'JSON.OBJLEN by @jujiale in https://github.com/DiceDB/dice/pull/1088
Renames QWATCH -> Q.WATCH for consistency by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1102
#821 Audit and make documentation for command GETEX consistent by @AbhirajPatwa in https://github.com/DiceDB/dice/pull/1099
Added more tests for SET command by @psrvere in https://github.com/DiceDB/dice/pull/1118
#1113 Add cURL Examples to HTTP Docs by @vanshavenger in https://github.com/DiceDB/dice/pull/1120
Source for Ping telemetry changed for schema adherence by @arpitbbhayani in https://github.com/DiceDB/dice/pull/1123
#1113 docs: add CLI example to websocket by @JP-sDEV in https://github.com/DiceDB/dice/pull/1136
#827 Docs: Audited docs for JSON.TYPE command by @onlybond in https://github.com/DiceDB/dice/pull/1042
Set conn close log level to debug by @soumya-codes in https://github.com/DiceDB/dice/pull/1139
Fixed bugs in Websocket Integration Tests by @psrvere in https://github.com/DiceDB/dice/pull/1142
Removing main binary by @lucifercr07 in https://github.com/DiceDB/dice/pull/1151
Implementation of a multishard cmd: RENAME, COPY, MSET, MGET by @AshwinKul28 in https://github.com/DiceDB/dice/pull/1059
Added template for command docs by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/1147
Refactor HTTP response by @lucifercr07 in https://github.com/DiceDB/dice/pull/1150
#1128: Added support for ZPOPMIN by @surya0180 in https://github.com/DiceDB/dice/pull/1143
#1126 Adding support for command ZRANK by @SyedMa3 in https://github.com/DiceDB/dice/pull/1137
#781: Audit QWATCH documentation for consistency by @shashank-priyadarshi in https://github.com/DiceDB/dice/pull/1122
#603: BugFix : Handle root path '.' correctly in JSON.OBJLEN command by @iamskp11 in https://github.com/DiceDB/dice/pull/976
Fixed some usecases in ZPOPMIN command and updated documentation by @surya0180 in https://github.com/DiceDB/dice/pull/1164
Fix: removed extra prints in unit test by @apoorvyadav1111 in https://github.com/DiceDB/dice/pull/1152
#1016 Migrated INCR commands by @pg30 in https://github.com/DiceDB/dice/pull/1141
Command Migration: ('HINCRBY', 'HINCRBYFLOAT', 'HRANDFIELD') by @sashpawar11 in https://github.com/DiceDB/dice/pull/1081
#1018 Migration: Append_GetRange by @bhima2001 in https://github.com/DiceDB/dice/pull/1095
#1008: Added Q.WATCH support to Websocket by @psrvere in https://github.com/DiceDB/dice/pull/1090
allow reactivity features to be toggled with flag by @JyotinderSingh in https://github.com/DiceDB/dice/pull/1176
Making number of shards as a configuration, defaults to number of cores by @arpitbbhayani in https://github.com/DiceDB/dice/pull/1172
Removing the redundant passing of slog.Logger by @arpitbbhayani in https://github.com/DiceDB/dice/pull/1179
New Contributors
@KaviiSuri made their first contribution in https://github.com/DiceDB/dice/pull/584
@hgupta12 made their first contribution in https://github.com/DiceDB/dice/pull/626
@c-harish made their first contribution in https://github.com/DiceDB/dice/pull/592
@shardul08 made their first contribution in https://github.com/DiceDB/dice/pull/623
@kapishmalik made their first contribution in https://github.com/DiceDB/dice/pull/674
@AshikBN made their first contribution in https://github.com/DiceDB/dice/pull/590
@hash-f made their first contribution in https://github.com/DiceDB/dice/pull/689
@ayushsatyam146 made their first contribution in https://github.com/DiceDB/dice/pull/695
@manishrw made their first contribution in https://github.com/DiceDB/dice/pull/678
@karandixit10 made their first contribution in https://github.com/DiceDB/dice/pull/706
@iamskp11 made their first contribution in https://github.com/DiceDB/dice/pull/629
@Abh-ay made their first contribution in https://github.com/DiceDB/dice/pull/691
@shreyas23sk made their first contribution in https://github.com/DiceDB/dice/pull/715
@Indranil0603 made their first contribution in https://github.com/DiceDB/dice/pull/696
@bijuli74 made their first contribution in https://github.com/DiceDB/dice/pull/710
@ankkyprasad made their first contribution in https://github.com/DiceDB/dice/pull/701
@saiskk made their first contribution in https://github.com/DiceDB/dice/pull/770
@amaan-ahmad made their first contribution in https://github.com/DiceDB/dice/pull/859
@adityakiran1423 made their first contribution in https://github.com/DiceDB/dice/pull/721
@harsh082ip made their first contribution in https://github.com/DiceDB/dice/pull/752
@sashpawar11 made their first contribution in https://github.com/DiceDB/dice/pull/858
@vnayakg made their first contribution in https://github.com/DiceDB/dice/pull/854
@kavania2002 made their first contribution in https://github.com/DiceDB/dice/pull/860
@rishavvajpayee made their first contribution in https://github.com/DiceDB/dice/pull/861
@swaingotnochill made their first contribution in https://github.com/DiceDB/dice/pull/856
@mohdammar128 made their first contribution in https://github.com/DiceDB/dice/pull/881
@Dhroov7 made their first contribution in https://github.com/DiceDB/dice/pull/884
@swarajrb7 made their first contribution in https://github.com/DiceDB/dice/pull/886
@sah246ir made their first contribution in https://github.com/DiceDB/dice/pull/890
@abrahamvineel made their first contribution in https://github.com/DiceDB/dice/pull/857
@tarun-kavipurapu made their first contribution in https://github.com/DiceDB/dice/pull/923
@shashank-priyadarshi made their first contribution in https://github.com/DiceDB/dice/pull/918
@ashutoshdhande made their first contribution in https://github.com/DiceDB/dice/pull/917
@arbha1erao made their first contribution in https://github.com/DiceDB/dice/pull/759
@sebzz2k2 made their first contribution in https://github.com/DiceDB/dice/pull/875
@adetunjii made their first contribution in https://github.com/DiceDB/dice/pull/905
@the-code-innovator made their first contribution in https://github.com/DiceDB/dice/pull/898
@mghildiy made their first contribution in https://github.com/DiceDB/dice/pull/850
@sarthakkimtani made their first contribution in https://github.com/DiceDB/dice/pull/915
@Shubh1815 made their first contribution in https://github.com/DiceDB/dice/pull/756
@nm123github made their first contribution in https://github.com/DiceDB/dice/pull/887
@vishnuchandrashekar made their first contribution in https://github.com/DiceDB/dice/pull/743
@suryavirkapur made their first contribution in https://github.com/DiceDB/dice/pull/928
@lovish2525 made their first contribution in https://github.com/DiceDB/dice/pull/757
@surya0180 made their first contribution in https://github.com/DiceDB/dice/pull/936
@svkaizoku made their first contribution in https://github.com/DiceDB/dice/pull/900
@sahitmandapati made their first contribution in https://github.com/DiceDB/dice/pull/926
@arushi-08 made their first contribution in https://github.com/DiceDB/dice/pull/922
@vpsinghg made their first contribution in https://github.com/DiceDB/dice/pull/888
@Aditya-Chowdhary made their first contribution in https://github.com/DiceDB/dice/pull/932
@dograprabhav made their first contribution in https://github.com/DiceDB/dice/pull/927
@shashi-sah2003 made their first contribution in https://github.com/DiceDB/dice/pull/982
@sahibamatta made their first contribution in https://github.com/DiceDB/dice/pull/989
@pg30 made their first contribution in https://github.com/DiceDB/dice/pull/988
@0xTheProDev made their first contribution in https://github.com/DiceDB/dice/pull/958
@samarpan1738 made their first contribution in https://github.com/DiceDB/dice/pull/954
@benjaminmishra made their first contribution in https://github.com/DiceDB/dice/pull/939
@Madraceee made their first contribution in https://github.com/DiceDB/dice/pull/990
@bhima2001 made their first contribution in https://github.com/DiceDB/dice/pull/969
@rohanchavan1918 made their first contribution in https://github.com/DiceDB/dice/pull/1005
@michael-nau made their first contribution in https://github.com/DiceDB/dice/pull/981
@Kripu77 made their first contribution in https://github.com/DiceDB/dice/pull/1053
@Kannav02 made their first contribution in https://github.com/DiceDB/dice/pull/975
@Akasurde made their first contribution in https://github.com/DiceDB/dice/pull/1072
@vs4vijay made their first contribution in https://github.com/DiceDB/dice/pull/1058
@bagmeg made their first contribution in https://github.com/DiceDB/dice/pull/1041
@primeagen-rustaceans made their first contribution in https://github.com/DiceDB/dice/pull/1079
@kishanhitk made their first contribution in https://github.com/DiceDB/dice/pull/946
@Rithvik89 made their first contribution in https://github.com/DiceDB/dice/pull/1082
@apatniv made their first contribution in https://github.com/DiceDB/dice/pull/1078
@vaibspider made their first contribution in https://github.com/DiceDB/dice/pull/1083
@paulodhiambo made their first contribution in https://github.com/DiceDB/dice/pull/1085
@AbhirajPatwa made their first contribution in https://github.com/DiceDB/dice/pull/1099
@JP-sDEV made their first contribution in https://github.com/DiceDB/dice/pull/1136
@onlybond made their first contribution in https://github.com/DiceDB/dice/pull/1042
Full Changelog: https://github.com/DiceDB/dice/compare/0.0.4...0.0.5