Commit Graph

57 Commits (74ff579412575020739ef78b17a20f5f4a65cbfc)

Author SHA1 Message Date
barisusakli e11efad0b7 added getSortedSetRangeByScore
barisusakli 4f72513f19 removed keys
barisusakli 76037a5f14 closes
added a new method called isSetMembers takes in an array of values to
test if they are members of a set
barisusakli 3d68c7c6b6 added getObjectsFields methods to db class, changed getUsers methods to use the new method, refactor to user.js and mongo.js
barisusakli 71f84655ca minor cleanup
barisusakli 57f9f8bc57 closes
Baris Soner Usakli da0e1a8eb9 added back err to redis flushdb
Baris Soner Usakli 4986c8ed3a fixed tests
Baris Soner Usakli 87f337f2fb cleanup
Baris Soner Usakli fff3ba5bec hinted redis.js
Baris Soner Usakli 3958ee4120 added close db command
Julian Lam a2942e22cc Revert "removing exported search methods from redis and mongo"
This reverts commit bba3b76108.
Julian Lam bba3b76108 removing exported search methods from redis and mongo
Baris Soner Usakli 1e44ca3a0f upgrade topics:tid to sorted set, topics:recent doesnt have deleted topics
Baris Soner Usakli a909a25393 closes
Baris Soner Usakli c78942b7a4 added warnings if no pwd setup for db,
Julian Lam 8ac7ccb4f8 calling auth immediately after client connection (apparently, not doing so throws errors on install?)
Baris Soner Usakli 9fbd5ed596 removed unused function
Baris Soner Usakli da626a4035 more fixes
Baris Soner Usakli 606367701f pagination on posts
Baris Soner Usakli bc1cde38da added getObjectKeys for julian :)
Baris Soner Usakli 84cbcc5a97 closes
Julian Lam a48a7acd51 fixing issue where after a user changed their username, the new name was not reindexed by Reds
Baris Soner Usakli dcf47f558e limit search in db
Baris Soner Usakli bbcc2312db better redis info parser from node-redis
Baris Soner Usakli f21a98f37f first pass, ,
Baris Soner Usakli 438f90d859 expire functionality in dbal
Baris Soner Usakli b504e2cd11 closes
Baris Usakli 5da4cead67 closes
Baris Usakli 0000a7f0b9
psychobunny 090d35f306 clean up conditional comments in the DOM; conditionals now treat undefined variables as false; closes
Baris Soner Usakli 3a7fcc2d3d search in mongo
Baris Soner Usakli 53ca7a1143 added search functions to database files, removed reds from nodebb moved it to redis
Baris Soner Usakli 447073560f moved reds into redis, fixed notifications prune param
Baris Soner Usakli 1564e3d530 tons of fixes to mongo and redis, to make returns the same
Baris Usakli 806a454b05 fixing notifications.prune
Baris Usakli b927f6ce29 added raw info
Baris Usakli 519d376071 added mongo info function, change admin redis template to database template
Baris Soner Usakli b215dbde19 updated install
Baris Soner Usakli 2e2938616d more mongo and redis stuff
Baris Soner Usakli 53a7eab3e8 removed couple RDB.multis
Baris Soner Usakli 4b5988c269 isSetMember returns true or false
Baris Soner Usakli cfd3a7d126 added flushdb command to both dbs
Baris Soner Usakli 28c75e09a9 can haz sorted sets?
Baris Soner Usakli 3dc3769088 fixed redis.keys
Baris Soner Usakli 3d18c4015a cleanup
Baris Usakli e862a1c4cc added init method to database, progress made
Baris Soner Usakli 6d79521922 moved connect-redis to the redis.db file, expose the sessionStore from redis.js db file, do the same for mongo db with mongo-connect
Baris Soner Usakli b900bc9cce more fixes
Baris Soner Usakli 32d5118266 tons more changes