- 
                  readFromRedis(redis:Asynchronous) DeclarationSwift func readFromRedis(redis: RedisClient) async throws
- 
                  writeToRedis(redis:Asynchronous) DeclarationSwift func writeToRedis(redis: RedisClient) async throws -> Bool
Swiftarr - The v3 Twitarr server (100% documented)
                    
                    
                    readFromRedis(redis:) 
                    
                      
                        Asynchronous
                      
                  Swift
func readFromRedis(redis: RedisClient) async throws
                    
                    
                    writeToRedis(redis:) 
                    
                      
                        Asynchronous
                      
                  Swift
func writeToRedis(redis: RedisClient) async throws -> Bool