Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of keyv-sqlite is breaking the build 🚨 #3

Closed
greenkeeper bot opened this issue Jul 30, 2017 · 3 comments
Closed

An in-range update of keyv-sqlite is breaking the build 🚨 #3

greenkeeper bot opened this issue Jul 30, 2017 · 3 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jul 30, 2017

Version 1.0.0 of keyv-sqlite just got published.

Branch Build failing 🚨
Dependency keyv-sqlite
Current Version 0.3.0
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As keyv-sqlite is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this 💪

Status Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build failed Details

Commits

The new version differs by 4 commits.

  • 235cfec 1.0.0
  • 6173eb2 Use keyv-sql instead of keyv-sequelize (#5)
  • 7cc083e fix(package): update keyv-sequelize to version 0.1.0 (#3)
  • 597584d Logging and table are set by default in keyv-sequelize

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2017

After pinning to 0.3.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 31, 2017

Version 1.1.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 6 commits.

  • 7a4f38f 1.1.0
  • 947b06e Only accept opts object
  • bac2dfd Pin dependency versions
  • d274f69 fix(package): update keyv-sql to version 0.2.0 (#6)
  • 0c7d77f Use large busyTimeout with tests
  • b1e2dc4 Pass busyTimeout option to SQLite

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2017

Version 1.2.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Commits

The new version differs by 9 commits.

  • 51ab32a 1.2.0
  • 9771b60 Update to requirable
  • 0bc7435 fix(package): update keyv-sql to version 0.2.3 (#8)
  • 7a4f38f 1.1.0
  • 947b06e Only accept opts object
  • bac2dfd Pin dependency versions
  • d274f69 fix(package): update keyv-sql to version 0.2.0 (#6)
  • 0c7d77f Use large busyTimeout with tests
  • b1e2dc4 Pass busyTimeout option to SQLite

See the full diff

caseyWebb pushed a commit to caseyWebb/keyv that referenced this issue Oct 9, 2019
caseyWebb pushed a commit to caseyWebb/keyv that referenced this issue Oct 10, 2019
caseyWebb pushed a commit to caseyWebb/keyv that referenced this issue Oct 10, 2019
jaredwray added a commit that referenced this issue Nov 21, 2021
* Initial commit

* docs(readme): add Greenkeeper badge

* Setup entry schema

* Use key as primary key

* Ensure keys are unique and indexable

* Disable timestamps

* Add get/set/delete methods

* Add clear method

* Wait for connection before running queries

* Return Boolean for delete method

* clear method always resolves to undefined

* get method returns undefined on nonexistent keys

* Disable logging by default

* 0.1.0

* Make invalid connection string more clear

* Explicitly use memory for tests

* KeyvSQLite => KeyvSqlite

* Respect table name

* Don't run tests in memory

* Accept connection string as contructor argument

* Make sure clear only clears current namespace

* 0.2.0

* Remove Greenkeeper badge

* Test options have expected defaults

* Extract keyv-sequelize from keyv-sqlite

* Update metadata/readme for Sequelize

* Test against SQLite

* Set defaults for logging/table

* 0.1.0

* Test connection errors are emitted

* Extract keyv-sql from keyv-sequelize

* Add set method

* Add get method

* Add delete method

* Add clear method

* 0.1.0

* Test against SQLite

* Ensure keys are unique and indexed as primary keys

* Make sure set can update or insert

* Use our fork of sql until REPLACE support is merged

brianc/node-sql#368

* Keep XO happy

* Move back to sql

Our changes were merged 🎉

* 0.2.0

* Refactor query into method

* Use large busyTimeout with tests

    Stops 'SQLITE_BUSY: database is locked' errors from creating loads of connections

* 0.2.1

* Wrap upserts in if/else so we only run the correct functions

Otherwise node-sql will throw errors when building a query that Postgres can't handle

* 0.2.2

* Expose opts.dialect rather than sql.dialectName

* 0.2.3

* Update to requirable

* Lock dependency versions

* 0.2.4

* List keyv-postgres and keyv-mysql

* 1.0.0

* Fix old Sequelize wording

* 1.0.1

* Add keyv logo to header

* 1.0.2

* Update sql to the latest version 🚀 (#3)

* 1.0.3

* Scope to @keyv

* 1.0.4

* Update readme for new scope

* 1.0.5

* Update ava to the latest version 🚀 (#7)

* Fix JSON quotes in MySQL

* 1.0.6

* Allow setting custom VARCHAR key size

* Ensure opts.keySize is a number

* Test keySize option

* 1.1.0

* Add .npmignore

* 1.1.1

* Fix bad URLs in package.json (sqlite -> sql) (#10)

* 1.1.2

* Update coveralls to the latest version 🚀 (#11)

* Update ava to the latest version 🚀 (#12)

* Update ava to the latest version 🚀 (#13)

* Update ava to the latest version 🚀 (#14)

* Update sqlite3 to the latest version 🚀 (#16)

* upgrading sqlite3 to version 5.0.2

* creating build yaml for github actions

* removing travis ci from build process

* updating workflows naming

* upgrading pify to version 5.0.0

* updating license to include authors

* updating with build status badge

* upgrading xo to version 0.45.0

* fixing standard xo issues

* fixing standard xo issues

* upgrading nyc to version 15.1.0

* upgrading ava to version 3.15.0

* version bump to 1.1.3

* updating authors and github links to jaredwray

* updating to include coverage for sql

* adding in clean variables and removing rimraf

* removing rimraf

* removing sqlite

* removing sqlite file

* moving sql to mono

* adding in clean up of sqlite test db

* removing from main keyv since importing to mono

* validating value coming back

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: MySidesTheyAreGone <mysidestheyaregone@protonmail.com>
jaredwray added a commit that referenced this issue Nov 21, 2021
* Initial commit

* Fix Travis MySQL

* Mention MariaDB

* Fix invalid bad connection string

* 0.1.0

* Run MySQL setup commands as root

* Use keyv-sql instead of keyv-sequelize (#3)

* Update to requirable

* Pin dependency versions

* 0.2.0

* fix(package): update keyv-sql to version 0.2.4 (#4)

* 0.2.1

* Finish docs

* 1.0.0

* fix(package): update keyv-sql to version 1.0.2 (#6)

Closes #5

* 1.0.1

* Update mysql2 to the latest version 🚀 (#8)

* fix(package): update keyv-sql to version 1.0.3 (#9)

* 1.0.2

* Scope to @keyv

* 1.0.3

* Use scoped sql package

* 1.0.4

* Update ava to the latest version 🚀 (#13)

* Update mysql2 to the latest version 🚀 (#14)

* Update @keyv/sql to the latest version 🚀 (#16)

* fix(package): update @keyv/sql to version 1.0.6

* 1.0.5

* Install typo

* 1.0.6

* fix(package): update mysql2 to version 1.4.2 (#17)

* 1.0.7

* fix(package): update @keyv/sql to version 1.1.0 (#19)

* Update @keyv/sql to the latest version 🚀 (#20)

* Document opts.keySize

* Mention key size issue in readme

* 1.1.0

* Update @keyv/sql to the latest version 🚀 (#21)

* 1.1.1

* Update coveralls to the latest version 🚀 (#22)

* Update ava to the latest version 🚀 (#23)

* Update mysql2 to the latest version 🚀 (#24)

* 1.1.2

* Update mysql2 to the latest version 🚀 (#25)

* 1.1.3

* Update ava to the latest version 🚀 (#26)

* Update ava to the latest version 🚀 (#27)

* Update mysql2 to the latest version 🚀 (#28)

* 1.1.4

* chore(package): update xo to version 0.20.1 (#30)

Closes #29

* Update .gitignore

* upgrading @keyv/sql to version 1.1.3

* Delete .travis.yml

* adding in build for github actions

* removing files for testing mysql

* upgraded mysql2 to version 2.3.1 to get test working

* mysql docker compose file

* updated to use testing user / pass combo

* updating with build status badge

* upgrading @keyv/sql to version 1.1.3

* updating authors and licensing

* upgrading nyc to version 15.1.0

* upgrading ava to version 3.15.0

* updating to handle const instead of import for ava

* Revert "Upgrading ava to version 3.15.0"

* fixing logo on readme

* Update build.yaml

* Update build.yaml

* Update build.yaml

* Update build.yaml

* updating with all mysql values

* moving to root for testing

* updating to handle super user

* moving back to docker

* Update mysql.yaml

* using local container db

* Update build.yaml

* testing mariadb service

* Update build.yaml

* Update build.yaml

* moving to docker compose

* upgrading mysql2 to version 2.3.2

* upgrading xo to version 0.45.0

* updating fixes for xo formating

* upgrading ava to version 3.15.0

* moving to const for testing

* version bump for release

* moving to node 16

* updating to latest compose

* upgrading xo to version 0.46.4

* Update build.yaml

* upgraind mysql2 to version 2.3.3

* adding in codecov

* adding in code coverage

* updating for services

* upgrading keyv to version 4.0.4

* updating coverage reporting

* removing mysql dependency

* removing mysql dependency and fixing clean

* no longer need build in mono

* no longer needed

* importing mysql

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
jaredwray added a commit that referenced this issue Nov 21, 2021
* Initial commit

* 0.1.0

* Exclude src from npm and dist from git

* 0.1.1

* Make sure we always transpile for Node.js 4 The AVA preset only targets the Node.js version used to build.

* 0.1.2

* Add usage example to readme

* Mention keyv-redis as existing example

* 1.0.0

* Tweak wording

* `keyv` => Keyv

* Capitalise title

* 1.0.1

* Link to AVA/Keyv

* Fix markdown heading

* 1.0.2

* Update dependencies to enable Greenkeeper 🌴 (#1)

* chore(package): update dependencies

* Readme wording

* Clear store before each test and cleanup afterwards

* Test .clear() deletes all key/value pairs

* Test .clear() resolves to undefiend

* Test .clear() returns a Promise

* Move tests around

* Test .set(key, value) sets a value

* Test .delete(key) deletes a key

* 1.1.0

* Fix lint error

* Add bigger delay to wait for TTL to expire This was sometimes failing on Node.js 4

* 1.1.1

* chore(package): update ava to version 0.21.0 (#2)

* Test value can be an object

* Test value can be a buffer

* Test value can be an object containing a buffer

* Test value can be null

* Test value can be undefined

* Test value can be a number

* .set should now resolve to true

* 1.2.0

* Rename to keyv-test-suite

* Split tests up into seperate files

Allow tests to be imported seperately or use helper to run them all

* Add official tests

* 1.3.0

* Use get-root-module

* Test keyvOfficialTests against keyv-redis

* Run Redis on Travis

* Test namespaced .set(key, value) don't collide

* Rename test to make it clear we're testing both set and get

* Test namespaced delete only deletes from current namespace

* Test namespaced clear only clears current namespace

* Use new store instace for each test

* Fix typo

* 1.4.0

* docs(readme): add Greenkeeper badge (#3)

* Remove Greenkeeper badge

* Use this (renamed get-root-module)

* 1.4.1

* Increase TTL delay to stop false positives

* 1.4.2

* Spoof date if possible

* Test against SQLite not Redis

* Update docs

* Update keywords

* 1.5.0

* Scope to @keyv

* 1.5.1

* Fix timings so tests don't fail for slow writes

* 1.5.2

* Update ava to the latest version 🚀 (#9)

* Test value can contain quotes

* 1.6.0

* Add .npmignore

* 1.6.1

* Remove .npmignore

* 1.6.2

* 1.6.3

* Add .npmignore

* 1.6.4

* Update timekeeper to the latest version 🚀 (#10)

* 1.6.5

* pkg.files over .npmignore

* 1.6.6

* Revert "pkg.files over .npmignore"

This reverts commit 045b652acc6ace1d63bc81aaf6aeeda5577e790f.

* 1.6.7

* Add everything to .npmignore apart from dist

* 1.6.8

* Revert "Add everything to .npmignore apart from dist"

This reverts commit 4495a78b139eb00b062967c43060b7934b8630f0.

* 1.6.9

* Add everything to .npmignore apart from dist

* 1.6.10

* Update coveralls to the latest version 🚀 (#11)

* Update ava to the latest version 🚀 (#12)

* Update ava to the latest version 🚀 (#13)

* Update ava to the latest version 🚀 (#14)

* await `keyv.clear()` before finishing test (#17)

* 1.6.11

* compliancy -> compliance (#22)

* handling yarn.lock

* updating author

* updating author

* updating author

* adding in build for node 12, 14, and 16

* Delete .travis.yml

* adding in status badge

* adding in the build script

* remving the coverage file

* updating coverage script

* updating badge

* upgrading nyc to version 15.1.0

* upgrading delay to version 2.0.0

* upgrading ava to version 3.15.0

* adding nvm to project for node 16

* upgrading xo to version 0.46.4

* spacing added

* adding in file names

* using require for buffer

* version bump 1.6.12

* adding in dist to ignore

* moving test-suite to mono repo

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Roney Rao <roneyrao@hotmail.com>
Co-authored-by: Dan Dascalescu <ddascalescu+github@gmail.com>
jaredwray added a commit that referenced this issue Nov 21, 2021
* Initial commit

* docs(readme): add Greenkeeper badge

* Setup entry schema

* Use key as primary key

* Ensure keys are unique and indexable

* Disable timestamps

* Add get/set/delete methods

* Add clear method

* Wait for connection before running queries

* Return Boolean for delete method

* clear method always resolves to undefined

* get method returns undefined on nonexistent keys

* Disable logging by default

* 0.1.0

* Make invalid connection string more clear

* Explicitly use memory for tests

* KeyvSQLite => KeyvSqlite

* Respect table name

* Don't run tests in memory

* Accept connection string as contructor argument

* Make sure clear only clears current namespace

* 0.2.0

* Remove Greenkeeper badge

* Test options have expected defaults

* Extract sequelize logic into subclass

* Remove old test

* Update keywords

* Remove redundant type casting

* 0.3.0

* Logging and table are set by default in keyv-sequelize

* fix(package): update keyv-sequelize to version 0.1.0 (#3)

* Use keyv-sql instead of keyv-sequelize (#5)

* 1.0.0

* Pass busyTimeout option to SQLite

* Use large busyTimeout with tests

Stops 'SQLITE_BUSY: database is locked' errors from creating loads of connections

* fix(package): update keyv-sql to version 0.2.0 (#6)

* Pin dependency versions

* Only accept opts object

* 1.1.0

* fix(package): update keyv-sql to version 0.2.3 (#8)

Closes #7

* Update to requirable

* 1.2.0

* fix(package): update keyv-sql to version 0.2.4 (#9)

* 1.2.1

* Finish docs

* Also mention table option

* fix(package): update keyv-sql to version 1.0.2 (#11)

Closes #10

* 1.2.2

* fix(package): update sqlite3 to version 3.1.9 (#13)

* 1.2.3

* Update keyv-sql to the latest version 🚀 (#14)

* 1.2.4

* Scope to @keyv

* 1.2.5

* Use scoped sql package

* 1.2.6

* Update ava to the latest version 🚀 (#17)

* fix(package): update @keyv/sql to version 1.0.6 (#18)

* fix(package): update @keyv/sql to version 1.1.1 (#22)

Closes #20

* 1.2.7

* Update @keyv/sql to the latest version 🚀 (#23)

* 1.2.8

* Update sqlite3 to the latest version 🚀 (#24)

* 1.2.9

* Update sqlite3 to the latest version 🚀 (#25)

* 1.2.10

* Update sqlite3 to the latest version 🚀 (#26)

* 1.2.11

* Update sqlite3 to the latest version 🚀 (#28)

* 1.2.12

* Update coveralls to the latest version 🚀 (#27)

* Update ava to the latest version 🚀 (#30)

* Update ava to the latest version 🚀 (#31)

* Update ava to the latest version 🚀 (#32)

* fix(package): update sqlite3 to version 4.0.2 (#40)

Closes #34

* Stop testing Node.js v4 and start testing v10

* 2.0.0

* Update sqlite3 to version 4.0.8 (#44)

* Update ava to version 1.4.1 (#46)

* Update nyc to version 14.1.1 (#48)

Closes #36

* 2.0.1

* Update sqlite3 and don't pin version

* 2.0.2

* upgrading travisci to node version 12,14, and 16

* adding github build tests

* updating to just run tests

* updating build name

* removing travisci

* adding github status badge for build to readme

* upgrading pify to version 5.0.0

* upgrading sqlite3 to version 5.0.2

Thanks to @jdesboeufs for this work.

* upgrading ava to 3.15.0

* upgrading nyc to version 15.1.0

* upgrading to xo version 0.45.0

* xo clean up

opts renamed to options
err renamed to error
tabs and spaces

* moving the busy timeout to 3 seconds

* maintenance release and version bump to v.2.0.3

* moving to standard test suite

* adding in nvm for support on 16

* updating licensing to include authors

* Delete yarn.lock

* no longer needed in mono repo

* import into mono repo

* adding in code coverage for sqlite

* removing this as a storage adapter in keyv

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Aditya Patadia <adityapatadia@users.noreply.github.com>
jaredwray added a commit that referenced this issue Dec 5, 2021
* Initial commit

* Adapt Redis API

* Run redis on Travis

* Fix typo in description

* Add npm keywords

* Pass TTL functionality over to Redis

* Create promisified redis methods on init

* Create redis methods in loop

* Make sure .get resolves to undefined if key doesn't exist

* Update keyv

* Use keyv-api-tests

* 0.1.0

* Add usage example to readme

* Add API docs to readme

* Add support for .clear()

* 0.2.0

* Don't expost Redis client

* 1.0.0

* keyv => Keyv

* 1.0.1

* Expose Redis client so events can be listened to

* Show error handling in usage example

* 1.1.0

* Add secondary description to readme

* 1.1.1

* Make sure opts.uri from Keyv gets passed through to redis

* Expose connect/error events directly on storage adapter

* Only expose error event

* Emit errors on keyv ee

* Make sure opts is always defined

* Update overview wording

* Use JSONB to allow Buffers in JSON

* Don't send undefined values to Redis Redis will save them as null. If we don't save them at all we'll retrun undefined on .get so everything works as expected.

* No need for JSONB, it's used by default in Keyv now

* 1.2.0

* Improve readability of get method

* Migrate to keyv-test-suite

* Run official keyv storage adapter tests

* Add support for namespaces

* Don't grab namespace from keyv

* Use new store instace for each test

* getter fn for namespace

* Emit error events

* 1.3.0

* Update dependencies to enable Greenkeeper 🌴 (#1)

* chore(package): update dependencies

* docs(readme): add Greenkeeper badge

* Remove Greenkeeper badge

* Use "this"

* Update to requirable

* Pin dependency versions

* 1.3.1

* Fix requirable version number

* Update docs

* Add Keyv logo to header

* Tweak wording

* 1.3.2

* Formatting

* 1.3.3

* Update redis to the latest version 🚀 (#3)

* 1.3.4

* Scope to @keyv

* 1.3.5

* Use scoped dependencies

* Fix package.json links

* Import scoped test suite

* 1.3.6

* Update ava to the latest version 🚀 (#6)

* Support same constructor args as Keyv

* Document creating storage adapter instance

* 1.3.7

* Add .npmignore

* 1.3.8

* Update coveralls to the latest version 🚀 (#8)

* Update ava to the latest version 🚀 (#9)

* Update ava to the latest version 🚀 (#10)

* Update ava to the latest version 🚀 (#11)

* chore(package): update xo to version 0.20.1 (#14)

Closes #13

* Allow testing on non-localhost Redis, add docker config (#27)

* Travis: Update Travis to current active LTS and higher (#28)

* build: removed `ttlSupport` flag (#29)

not longer necessary

* Use ioredis client (#26)

* 2.0.0

* build: Allow passing in an existing Redis instance (#30)

* build: update dependencies (#31)

* build: update dependencies

* build: force

* build: force

* 2.1.0

* Update ioredis to ~4.16.0 (#34)

* 2.1.1

* update ioredis (#38)

* 2.1.2

* adding coverage for undefined going via set (#46)

* upgrade nyc to 15.1.0 (#47)

* adding yarn lock file (#48)

adding yarn lock file

* upgrading delay to version 5.0.0 (#49)

upgrading delay to version 5.0.0 for maintenance

* upgrading ioredis to version 4.27.9 (#50)

maintenance update

* upgrading ava to 3.15.0 (#51)

maintenance update

* Revert "upgrading ava to 3.15.0 (#51)" (#52)

This reverts commit 2db6e7b2fa24c51abc215c0185e3df440c4ff290.

* Update .travis.yml to support node 14 and 15

Update .travis.yml to support node 14 and 15

* upgrading ava to 3.15.0 (#53)

upgrading ava to 3.15.0 for maintenance update

* adding in support for node version 12 (#55)

* upgrading xo to version 0.45.0 (#56)

* upgrading xo to version 0.45.0

* moving to supporting 12,14,16

* upgrading ioredis to version 4.27.10 (#57)

* keyv-redis package updated to 2.1.3 (#58)

* initial check in of github actions (#59)

* initial check in of github actions

* updating to use redis

* update readme with latest status badge

* remove travis

* Fix test suite import (#60)

* Update to use latest npm with license and nvmrc plus license update of authors (#61)

* adding nvmrc for node 16

* updating licensing with dates and authors

* Delete yarn.lock

* update for authors

* Moving to docker compose for testing and build (#62)

* moving to docker compose for testing and build

* moving to docker compose for testing and build

* rename yaml file

* update to remove yarn.lock

* adding in code coverage

* updating logo and build badge

* Update package.json (#63)

* upgrading xo to version 0.46.4 (#64)

* upgrading ioredis to version 4.28.0 (#65)

* Add support for Redis clusters. (#37)

* version bump to v2.2.0

* adding in ttlSupport (#66)

* upgrading to @keyv/test-suite version 1.6.12 (#67)

* rename to redis

* no longer need build

* Delete redis-compose.yaml

* Delete .gitignore

* no longer needed for mongo

* no longer needed in mongo

* updating for packaging

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
Co-authored-by: greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: Casey Webb <notcaseywebb@gmail.com>
Co-authored-by: Kiko Beats <josefrancisco.verdu@gmail.com>
Co-authored-by: Will Harney <41450688+wjharney@users.noreply.github.com>
jaredwray pushed a commit that referenced this issue Oct 28, 2022
* Update index.md

Created a Getting Started Guide

* Getting Started Guide

Updates made basted on feedback from Jared.

* Getting Started Guide

Added Sections 6 and 7 Compression and Caching

* Getting Started

Added example to #3.

* Getting Started Guide

Updated example

* Getting Started Guide

Updated the title of #7
jaredwray pushed a commit that referenced this issue Nov 3, 2022
* Update index.md

Created a Getting Started Guide

* Getting Started Guide

Updates made basted on feedback from Jared.

* Getting Started Guide

Added Sections 6 and 7 Compression and Caching

* Getting Started

Added example to #3.

* Getting Started Guide

Updated example

* Getting Started Guide

Updated the title of #7

* Create caching-javascript.md

Added How to implement Caching with Javascript page

* Create caching-node.md

Added caching-node.md file  - How to Implement Caching in Node, same as How to Implement Caching in Javascript
jaredwray added a commit that referenced this issue Nov 9, 2022
* Update index.md

Created a Getting Started Guide

* Getting Started Guide

Updates made basted on feedback from Jared.

* Getting Started Guide

Added Sections 6 and 7 Compression and Caching

* Getting Started

Added example to #3.

* Getting Started Guide

Updated example

* Getting Started Guide

Updated the title of #7

* Create caching-javascript.md

Added How to implement Caching with Javascript page

* Create caching-node.md

Added caching-node.md file  - How to Implement Caching in Node, same as How to Implement Caching in Javascript

* Caching pages

Added SEO for Express, Fastify, Koa, NestJS and Node. Code sample also added to the Express page

Co-authored-by: Jared Wray <me@jaredwray.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant