Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redis Testing

This repository is for me to test out implementations of redis when using rust.

Repo Structure

  • src
    • main.rs - holds the main function
    • connection.rs - functions to establish connection to redis server. Reads the info from the .env file
    • attempts.rs - holds functions that I wrote to understand rust and how it interacts with the Redis API
    • hashing.rs - functions that deal with geohashing
    • lib.rs - library file as specified in one of the rust tutorials that I learned from
    • sortnot.rs - Holds the function that I wrote in order to test the location update functionality
  • tests
    • test.rs - Test file that I wrote but didn't use all that much
  • .env - environment file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages