Skip to content

Poorva02/lab8

Repository files navigation

Validation

downloading redis mac/linux

https://redis.io/download

  • cd to download dirctory
  • make
  • ./src/redis-server

Redis windows:

Redis basics

Testing redis cli

  • Start from same directory as redis server
  • ./src/redis-cli
  • View commands here: https://redis.io/commands
  • View all keys with KEYS *
  • Try to view a key with GET myKey

Lab todo:

  • Add username/password field, and a button
  • On click send the username/password combo to service 2 to validate
  • Store username and hashed password as cookie
  • Add a new button that makes a request to service 1
  • From service 1, validate the request by asking service 2
  • Cache the response in service 1.
  • Verify subsequent hits to service 1 do not hit service 2 for the timeout period

cache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •