DiceDB / dice

DiceDB is a redis-compliant, reactive, scalable, highly-available, unified cache optimized for modern hardware.
https://dicedb.io/
Other
6.83k stars 1.08k forks source link

#820 Select command docs #1223

Closed vanshavenger closed 3 weeks ago

vanshavenger commented 3 weeks ago
  1. Added notes in SELECT, FLUSHDB, DBSIZE Docs for usage related to SELECT Command.
  2. use of PORT 7379 in FLUSH DB, BF.EXISTS, HRANDFIELD, JSON.ARRAPPEND, JSON.ARRINSERT, JSON.ARRPOP, JSON.ARRTRIM, JSON.DEBUG, JSON.DEL, JSON.MSET, JSON.OBJKEYS
  3. bash syntax in EXISTS, HRANDFIELD,JSON.DEL,AUTH, BGREWRITEAOF, BITCOUNT, Docs (Consistent with all DOCs)

One doubt i have in golang SDK the port should be 7379 instead of 6379?

cc @apoorvyadav1111 , @JyotinderSingh

vanshavenger commented 3 weeks ago

@apoorvyadav1111 throughout all the docs, We are now using bash consistently. Changed all required files.

vanshavenger commented 3 weeks ago

Any other changes required please let me know and happy to close any other DOCs issues that are stale.