John Crepezzi
4cac6713ef
Fix memcached client fetch for key not found
...
The memcached client wasn't correctly handling looking up a key that
didn't exist. Now we only try to push the expiration forward if there
is actually a value in memcached.
Also while I'm in here, allow expiration to be left blank.
5 years ago
Jacob Parker
b4c666fbcf
Add an Amazon S3 document store
6 years ago
John Crepezzi
bf2b1c957a
Handle redis error and re-establish connection
7 years ago
Yuan Gao
d41d7491d4
rename to google-datastore, and use Date.now()
7 years ago
Yuan
5fb43eb67c
added condition for this.expire not defined
7 years ago
Yuan
1eeef4ede4
restored using null
7 years ago
Yuan
b0bbb72f35
updated to use Date(null)
7 years ago
Yuan
b6814a1445
bugfixes
7 years ago
Yuan
869fb65738
added googledatastore handler
7 years ago
Jacob Gunther
5f6fefa7a6
Fixed unnecessary logging when document not found
7 years ago
Jacob Gunther
cd3bf26dbe
Use local method for md5
7 years ago
Jacob Gunther
830dc1bc43
Use uploads table
7 years ago
Jacob Gunther
dc0f151a7f
Fixed bug in RethinkDB document store and use classes
7 years ago
John Crepezzi
827e7b51b5
Rewrite the memcached client
...
* Update syntax to ES6
* Use `memcached` instead of `memcache`
* Fix restrictions where expirations weren't pushed forward on GET
* Fix a bug where we were unnecessarily bumping expirations on key search
Closes #201
7 years ago
Jacob Gunther
ff0fccd6c2
Oh noes! I didn't even notice that I had a typo...
8 years ago
Jacob Gunther
cdd0cf3739
Fixed requested changes to RethinkDB handler
8 years ago
PassTheMayo
ba5c6b8d16
Added RethinkDB storage option & fixed config to use proper JSON
8 years ago
John Crepezzi
5939dec185
Added eslint and fixed an issue from #158
8 years ago
John Crepezzi
45e19bc7cc
fix indentation
10 years ago
Arun Babu Neelicattu
c92ab077c0
Support authentication for redis store if password provided
11 years ago
lidl
a8d4f3c300
Make table creation comment a one-liner.
11 years ago
John Crepezzi
ab029eae2f
Added postgres adapter
11 years ago
John Crepezzi
447d0aae76
PG basis
11 years ago
John Crepezzi
89909747f1
Don't depend on err.message for redis errors [ #49 ]
12 years ago
John Crepezzi
4b58c8d356
Added more loggin
13 years ago
John Crepezzi
93a83a35da
Logging
13 years ago
John Crepezzi
4efc5d47d9
Allow redistogo
13 years ago
John Crepezzi
8b7ac341e7
FileDocumentStore fix
...
Closes #20
14 years ago
John Crepezzi
f37d1ad401
Clean up some code and move document stores into subfolder
14 years ago