redis 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/package.json +1 -1
  2. package/.deepsource.toml +0 -9
  3. package/heroku/index.js +0 -14
  4. package/heroku/node_modules/.package-lock.json +0 -57
  5. package/heroku/node_modules/denque/CHANGELOG.md +0 -4
  6. package/heroku/node_modules/denque/LICENSE +0 -13
  7. package/heroku/node_modules/denque/README.md +0 -362
  8. package/heroku/node_modules/denque/index.d.ts +0 -31
  9. package/heroku/node_modules/denque/index.js +0 -443
  10. package/heroku/node_modules/denque/package.json +0 -55
  11. package/heroku/node_modules/redis/.deepsource.toml +0 -9
  12. package/heroku/node_modules/redis/CHANGELOG.md +0 -880
  13. package/heroku/node_modules/redis/LICENSE +0 -24
  14. package/heroku/node_modules/redis/README.md +0 -1009
  15. package/heroku/node_modules/redis/a.js +0 -12
  16. package/heroku/node_modules/redis/index.js +0 -1039
  17. package/heroku/node_modules/redis/lib/command.js +0 -16
  18. package/heroku/node_modules/redis/lib/commands.js +0 -105
  19. package/heroku/node_modules/redis/lib/createClient.js +0 -88
  20. package/heroku/node_modules/redis/lib/customErrors.js +0 -58
  21. package/heroku/node_modules/redis/lib/debug.js +0 -13
  22. package/heroku/node_modules/redis/lib/extendedApi.js +0 -113
  23. package/heroku/node_modules/redis/lib/individualCommands.js +0 -629
  24. package/heroku/node_modules/redis/lib/multi.js +0 -187
  25. package/heroku/node_modules/redis/lib/utils.js +0 -134
  26. package/heroku/node_modules/redis/npm +0 -0
  27. package/heroku/node_modules/redis/package.json +0 -77
  28. package/heroku/node_modules/redis-commands/LICENSE +0 -22
  29. package/heroku/node_modules/redis-commands/README.md +0 -51
  30. package/heroku/node_modules/redis-commands/changelog.md +0 -83
  31. package/heroku/node_modules/redis-commands/commands.json +0 -2334
  32. package/heroku/node_modules/redis-commands/index.js +0 -168
  33. package/heroku/node_modules/redis-commands/package.json +0 -41
  34. package/heroku/node_modules/redis-commands/tools/build.js +0 -62
  35. package/heroku/node_modules/redis-errors/LICENSE +0 -22
  36. package/heroku/node_modules/redis-errors/README.md +0 -116
  37. package/heroku/node_modules/redis-errors/index.js +0 -7
  38. package/heroku/node_modules/redis-errors/lib/modern.js +0 -59
  39. package/heroku/node_modules/redis-errors/lib/old.js +0 -119
  40. package/heroku/node_modules/redis-errors/package.json +0 -41
  41. package/heroku/node_modules/redis-parser/LICENSE +0 -22
  42. package/heroku/node_modules/redis-parser/README.md +0 -166
  43. package/heroku/node_modules/redis-parser/changelog.md +0 -156
  44. package/heroku/node_modules/redis-parser/index.js +0 -3
  45. package/heroku/node_modules/redis-parser/lib/parser.js +0 -552
  46. package/heroku/node_modules/redis-parser/package.json +0 -53
  47. package/heroku/package.json +0 -9
@@ -1,24 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2016-present Node Redis contributors.
4
-
5
- Permission is hereby granted, free of charge, to any person
6
- obtaining a copy of this software and associated documentation
7
- files (the "Software"), to deal in the Software without
8
- restriction, including without limitation the rights to use,
9
- copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the
11
- Software is furnished to do so, subject to the following
12
- conditions:
13
-
14
- The above copyright notice and this permission notice shall be
15
- included in all copies or substantial portions of the Software.
16
-
17
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
18
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
19
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
20
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
21
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
22
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
23
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
24
- OTHER DEALINGS IN THE SOFTWARE.